Netscape 7.0 Sun Solaris Orbitz multi-city problem289 (8/2/2005 9:03:11 PM) comp.unix.solaris Our departmental Sun Solaris 5.9 server cluster has Netscape 7.0 installed. All is well and normal, except that I can't book a multicity air trip through Orbitz. It looks like there is some bad interaction be... Bas
PGF90 problem with adjustl(trim(..))859 (8/8/2004 6:51:55 PM) comp.lang.fortran The following problem with the PGF compiler or system, version 5.0-2, was found by Zhen Xie at Emory. The invocations adjustl(trim(a)) are mishandled. I'm posting it as a caution. program string implicit n... braams
Sun f90 bad optimization for assumed-shape array1639 (7/23/2004 2:44:52 PM) comp.lang.fortran In profiling my code I noticed strange behavior on a Sun system. I am on an Ultra-III machine and this is the Fortran compiler: f90: Forte Developer 7 Fortran 95 7.0 Patch 111714-09 2003/10/15 I compile with ... braams
ifc error?2279 (6/19/2004 8:26:31 PM) comp.lang.fortran What to make of this? > cat foo.f90 program foo integer, parameter :: ind(0:0)=(/ 0 /) if (2.le.size(ind)) then write (*,*) ind(1) endif stop end > ifc foo.f90 program FOO write (*,*) ind(1) ... braams
array argument checking style issue438 (6/17/2004 3:17:34 PM) comp.lang.fortran I would like advice about a Fortran 90 style issue. I'm developing a library of routines. They are small routines, and the array arguments will be assumed shape arrays. If a routine has more than one array a... braams
Sun Fortran 90 compiler error or not?1655 (5/30/2004 9:47:21 PM) comp.lang.fortran What does the newsgroup make of the following? I'm working on a Sun Solaris machine and my compilation fails with a segmentation fault. The offending program follows, reduced to an essential minimum that still... braams
braams's replies:
Items(2) /1
ifc error?2279 (6/19/2004 8:26:31 PM) comp.lang.fortran What to make of this? > cat foo.f90 program foo integer, parameter :: ind(0:0)=(/ 0 /) if (2.le.size(ind)) then write (*,*) ind(1) endif stop end > ifc foo.f90 program FOO write (*,*) ind(1) ... braams(10)