livermore - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
alt.seduction.fast 31
comp.lang.fortran 19
alt.philosophy 12
soc.culture.hmong 7
comp.os.plan9 7
balt.general 5
alt.current-events.wtc.bush-knew 4
alt.magick 4
alt.atv 3
alt.war.terrorism 3
Last week most active authors
No posts for a week
Last active threads
Returning a dynamic character array based on input length
Started Ragu · Date: Sep 10, 2008 13:20 · 20 post(s)
SEX AND THE SUMMER--brand-new products to heat up your summer! Passion Parties by Marion NY CT NJ
Started mdipippo · Date: Jun 26, 2008 06:34 · 5 post(s)
Prioritising vulnerable cyclists and pedestrians in Berkeley.
Started Doug · Date: Aug 10, 2008 08:28 · 31 post(s)
cray pointer declaration issue with gfortran
Started ronan.vicquelin · Date: Aug 6, 2008 02:44 · 15 post(s)
As seen on Denise Richards' "It's complicated", Passion Parties are THE way to have a fun Girls' Night In!
Started mdipippo · Date: Jun 18, 2008 12:41 · 16 post(s)
558. D.A.'s discipline case and hiding evidence (7/9/08)
Started kathaksung · Date: Jul 21, 2008 18:22 · 1 post(s)
Passion Parties by Marion Nationwide and Canada NY CT NJ
Started mdipippo · Date: Jul 15, 2008 14:50 · 1 post(s)
Have a Passion Party like Denise Richards! New Summer Specials are in : "Good Times", "Summer Tan Collection", "Pure Passion" and much more--Passion Parties by Marion NY CT NJ Nationwide and Canada
Started mdipippo · Date: Jun 21, 2008 06:33 · 1 post(s)
Hot and steamy new adult products--check out my website!
Started mdipippo · Date: Jun 17, 2008 11:25 · 1 post(s)
Radioactive Ammunition Fired In Middle East May Claim More Lives Than Hiroshima & Nagasaki
Started kylerandor · Date: May 24, 2008 00:18 · 1 post(s)
Last week hot threads
No posts for a week
Latest posts
Re: Returning a dynamic character array based on input length
Group: comp.lang.fortran · Group Profile · Search for livermore in comp.lang.fortran
Author: Gary Scott
Date: Sep 10, 2008 19:17

... <garylscott@sbcglobal.net> wrote: In fairly common practice, but "integer pointers" weren't portable or standard. He's not talking about the nonstandard "integer pointers" also known as Cray pointers (or even Livermore pointers). If so, he'd have run into plenty of compilers that didn't like them. He is talking (at least so I read it) about just plain old Fortran integers used as index values into an array. ...
Show full article (1.13Kb)
Re: Returning a dynamic character array based on input length
Group: comp.lang.fortran · Group Profile · Search for livermore in comp.lang.fortran
Author: nospam
Date: Sep 10, 2008 19:02

Gary Scott <garylscott@sbcglobal.net> wrote: In fairly common practice, but "integer pointers" weren't portable or standard. He's not talking about the nonstandard "integer pointers" also known as Cray pointers (or even Livermore pointers). If so, he'd have run into plenty of compilers that didn't like them. He is talking (at least so I read it) about just plain old Fortran integers used as index values into an array. They aren't "...
Show full article (0.81Kb)
Re: SEX AND THE SUMMER--brand-new products to heat up your summer! Passion Parties by Marion NY CT NJ
Group: alt.seduction.fast · Group Profile · Search for livermore in alt.seduction.fast
Author: mdipippo
Date: Aug 14, 2008 08:02

... California, Nevada, Kansas, Delaware, Mississippi, New Jersey, Oklahoma, Pennsylvania, South Carolina, Washington, Michigan, Maine, Maywood Illinois, Chicago Illinois, Tracy California, San Fransisco California, Dublin California, Livermore California, Ft. Stewart Georgia, AL,AK,AR,AZ,CA,CO,CT,DE,FL,GU,GA,HI,IA,ID,IL,IN,KS,LA,KY,MA,MD, ME,MI,MN,MO,MS,MT,NC,ND,NE,ND,NH,NJ,NM,NV,NY,...
Show full article (10.40Kb)
Re: Prioritising vulnerable cyclists and pedestrians in Berkeley.
Group: uk.transport · Group Profile · Search for livermore in uk.transport
Author: Derek Geldard
Date: Aug 10, 2008 09:50

...bicycles on buses there! I suggest you get buried there then - Soon. http://criticalmasslr.blogspot.com/2008/08/berkeley-bike-boulevards.html Comforting thought that the scientists and engineers working on nuclear warheads at the Lawrence Livermore nuclear weapons facility think they can save the earth by going to work on a bike. LOL. 2 things worth knowing came out of it, by way of a warning ... It definitely does "Rain in ...
Show full article (0.64Kb)
Re: cray pointer declaration issue with gfortran
Group: comp.lang.fortran · Group Profile · Search for livermore in comp.lang.fortran
Author: nospam
Date: Aug 6, 2008 15:47

... is unique to CVF/IVF). My real preference is to have nothing to do with them, and thus to not call them anything, but I can't always get by with that. Some people also call them Livermore pointers, which has substantial justification, or integer pointers. Then there are the people who just call them pointers without qualification, most often people who don't know about standard Fortran 90 pointers. That terminology I always try to ...
Show full article (1.41Kb)
Re: cray pointer declaration issue with gfortran
Group: comp.lang.fortran · Group Profile · Search for livermore in comp.lang.fortran
Author: GaryScott
Date: Aug 6, 2008 15:24

...> We should probably not call them "Cray" pointers unless they behave exactly as one (probably the most recent) implementation produced by Cray. Which Cray pointers did you have in mind? The original is Livermore pointers, which worked on Cyber 7600s (or was it 6600s? I can't recall).  These were word pointers (60-bits). The Cray pointer was at first a (64-bit) word pointer on the Cray-1 series (later,...
Show full article (0.97Kb)
Re: cray pointer declaration issue with gfortran
Group: comp.lang.fortran · Group Profile · Search for livermore in comp.lang.fortran
Author: Dan Nagle
Date: Aug 6, 2008 14:04

....net> said: We should probably not call them "Cray" pointers unless they behave exactly as one (probably the most recent) implementation produced by Cray. Which Cray pointers did you have in mind? The original is Livermore pointers, which worked on Cyber 7600s (or was it 6600s? I can't recall). These were word pointers (60-bits). The Cray pointer was at first a (64-bit) word pointer on the Cray-1 series (later, XMP, YMP...
Show full article (0.72Kb)
Re: cray pointer declaration issue with gfortran
Group: comp.lang.fortran · Group Profile · Search for livermore in comp.lang.fortran
Author: nospam
Date: Aug 6, 2008 08:47

Dan Nagle <dannagle@verizon.net> wrote: Cray pointers (a/k/a Livermore pointers) are an extension. The truly wonderful thing about extensions is that they are a little different on each compiler that supports them (where supported at all). So you simply must find the common way of writing it, that works with the widest range of compilers. The other bugaboo about cray pointers is that they may be word-based or byte-...
Show full article (1.63Kb)
Re: cray pointer declaration issue with gfortran
Group: comp.lang.fortran · Group Profile · Search for livermore in comp.lang.fortran
Author: Dan Nagle
Date: Aug 6, 2008 03:30

... the array specification can be done in any order. As I had to change this order for my program to work, I do not understand why my first example failed to compile. Cray pointers (a/k/a Livermore pointers) are an extension. The truly wonderful thing about extensions is that they are a little different on each compiler that supports them (where supported at all). So you simply must find the common way of writing it, that works ...
Show full article (1.07Kb)
Re: SEX AND THE SUMMER--brand-new products to heat up your summer! Passion Parties by Marion NY CT NJ
Group: alt.seduction.fast · Group Profile · Search for livermore in alt.seduction.fast
Author: mdipippo
Date: Aug 3, 2008 09:55

..., Arizona, California, Nevada, Kansas, Delaware, Mississippi, New Jersey, Oklahoma, Pennsylvania, South Carolina, Washington, Michigan, Maine, Maywood Illinois, Chicago Illinois, Tracy California, San Fransisco California, Dublin California, Livermore California, Ft. Stewart Georgia, AL,AK,AR,AZ,CA,CO,CT,DE,FL,GU,GA,HI,IA,ID,IL,IN,KS,LA,KY,MA,MD, ME,MI,MN,MO,MS,MT,NC,ND,NE,ND,NH,NJ,NM,NV,NY,OH,...
Show full article (10.43Kb)