Re: NONMEM and g77

From: Nick Holford Date: November 17, 2008 technical Source: mail-archive.com
Steve, By sending CONOUT$ to NMOUTPUT I think this means you dont get any intermediate output on the console screen. So why did you make this change? I find it quite helpful to be able to watch the progress of a run. Would you please give a brief explanation of why you made these changes for Windows and Linux? Nick Steve Chapel wrote: > I've been able to compile and run NONMEM VI version 2.0 using nmqual-6.3.3 > and gfortran 4.3, both on Windows and on Linux. I had to make the following > changes: > > On Windows, edit changes.g77.nm6.xml: > change CONOUT$ to a filename such as NMOUTPUT > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32784 > > On Linux, edit changes.nix.nm6.xml: > change the second /dev/null to /dev/tty and the third /dev/null to JUNK > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38122 > > I used the MinGW version of the gcc compilers on Windows and the version of > gcc that ships with Fedora 10 on Linux. > > Ignore the huge number of warning messages the compiler spits out. When I > test using runtest.pl, I get the same output as with g77 3.4.5 and 3.4.6. > > Steve >
Quoted reply history
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Darin Perusich > Sent: Tuesday, September 02, 2008 9:38 AM > To: [EMAIL PROTECTED] > Cc: [email protected] > Subject: Re: [NMusers] NONMEM and g77 > > gfortran releases after version 4.1 are not compatible with NONMEM because it is a Fortran 95 compiler and NONMEM is written to conform with the Fortran 77 standard. The gfortran developers claim that "most" Fortran 77 code "should" work with minimal or no code modifications but this didn't prove to be the case. I tried getting NONMEM to build with gfortran 4.2.x for the better part of a day using a myriad of compatibility options but it was to no avail, at which point I switched to GNU Fortran g77 3.3.5 and have had no issues what so ever. > > If anyone has had success building NONMEM with recent releases gfortran I'd be very interested in knowing which version and the options used. -- Nick Holford, Dept Pharmacology & Clinical Pharmacology University of Auckland, 85 Park Rd, Private Bag 92019, Auckland, New Zealand [EMAIL PROTECTED] tel:+64(9)923-6730 fax:+64(9)373-7090 http://www.fmhs.auckland.ac.nz/sms/pharmacology/holford
Nov 14, 2008 Steve Chapel RE: NONMEM and g77
Nov 17, 2008 Nick Holford Re: NONMEM and g77
Nov 17, 2008 Steve Chapel RE: NONMEM and g77
Nov 18, 2008 Nick Holford Re: NONMEM and g77
Nov 18, 2008 Steve Chapel RE: NONMEM and g77