First  |  Prev |  Next  |  Last
Pages: 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
handling large character arrays
analyst41(a)hotmail.com wrote: <snip> And yes - 240 Meg of memory is an issue, I have had the program fail more than once for "Image size too large". Wild guess: The problem might be just that -- the program image size -- and not strictly memory usage. Try making the array allocatable and see if that help... 23 Apr 2010 20:42
FDIS
> Kudos to Malcolm Cohen of NAG who, as project editor, did a fine job of producing the document. But you still can't search for strings containing an underscore (e.g. COMPILER_VERSION) using standard software (Adobe products, Mac PDF viewer, linux's xpdf). -- FX ... 23 Apr 2010 20:42
XLF V13.1 release for AIX -- fully compliant Fortran 2003 standard
To me, the fundamental benefit was to make parameterized intrinsic types integrate better. The one of most interest to me was REAL. The parmeterization of REAL is handy... until you try to have a REAL component in a derived type. An awful lot of my data in f90 and later ends up in derived types. A... 23 Apr 2010 20:42
XLF V13.1 release for AIX -- fully compliant Fortran 2003 standard
Jim Xia <jimxia(a)hotmail.com> wrote: ...PDT is a tough feature too. It is a truly untried feature in any other languages, and its implementation has posed so many challenges to our compiler. I assume it'll be true to all implementors. The trouble is, though, that I can't see how programmers really be... 20 Apr 2010 15:44
allocate() initialization
Should one rely on allocated arrays being initialized to zero? ... 26 Apr 2010 01:32
Matlab mexing with gfortran -- String handling.
Dear all, I have to create a mex interface for MatLab with a fortran 90 code. The compiler that I have to used is gfortran 4.5 for win xp 32 bits. My interface needs to read a MatLab string to pass its value to the fortran code. This is where problems start: I have problems with function using string, specially... 29 Apr 2010 07:50
source check
http://i43.tinypic.com/15qog09.jpg I make a living in the US southwest ostensibly working with my hands. I'm installing an engineered floor for my friend Matt. I can do this because by trade I'm a journeyman carpenter. I use fortran shamelessly in the calculations that arise in this context. The above scr... 27 Apr 2010 01:03
XLF V13.1 release for AIX -- fully compliant Fortran 2003 standard
Uno <merrilljensen(a)q.com> wrote: I poked around on this for a while, because I'm interested in what's out there, even if I don't have the means to purchase. I wouldn't have thought an IBM would look like this: http://en.wikipedia.org/wiki/File:IBM_AIX_53.PNG Why not? because you didn't know IBM h... 20 Apr 2010 15:44
linking not done
Dear friends, while I create a library using a makefile, that looks like liblm_a.a:MAIN/lm-lib.f90 MAIN/lm-lib-end.f90 $(lmobj) $(FC) -c MAIN/lm-lib.f90 MAIN/lm-lib-end.f90 $(lmobj) ar -rcs liblm_a.a lm-lib.o $(lmobj) lm-lib-end.o is it common for gfortran to give a message: gfortran: TETRA/tfermi.o: linker i... 20 Apr 2010 15:45
Help!! end-of-file during read, unit 1...
Hi Fellas: If somebody has a few minutes I would appreciate it. I got the following error when compyling my code: Error-------------------------------------------------- forrtl: severe (24): end of file during read unit 1, file:C\....... What I want to read is this: (file: apartado1.dat)__________________ ... 17 Apr 2010 05:20
First  |  Prev |  Next  |  Last
Pages: 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43