Turning off IEEE floating point messages for new gfortran compilers

From: Robert Bauer Date: March 31, 2015 technical Source: mail-archive.com
Dear nmusers: Some of you may have been starting to use gfortran 4.9 or higher, and when running nonmem 7.3, see IEEE floating point errors issued to the console or terminal window. These error messages may be ignored, as they do not impact analysis. To prevent these messages from being issued, you must re-install NONMEM using the compiler switch -ffpe-summary=none. You can to this by adding the option to line 250 in SETUP73.bat: if "%f%" == "gfortran" set op=-O3 -ffast-math -ffpe-summary=none or line 368 and 376 in SETUP73: line 368: if [[ $ftail == gfortran ]]; then op="-w -ffpe-summary=none"; fi line 376: if [[ $ftail == gfortran ]]; then op="-w -O3 -ffast-math -ffpe-summary=none "; fi Robert J. Bauer, Ph.D. Vice President, Pharmacometrics R&D ICON Early Phase Office: (215) 616-6428 Mobile: (925) 286-0769 [email protected]<mailto:[email protected]> http://www.iconplc.com
Mar 30, 2015 Robert Bauer Turning off IEEE floating point messages for new gfortran compilers
Mar 31, 2015 Robert Bauer Turning off IEEE floating point messages for new gfortran compilers
Mar 31, 2015 Leonid Gibiansky Re: Turning off IEEE floating point messages for new gfortran compilers