Re: intel 7.0 on linux
From:Darin Perusich
Subject:Re: [NMusers] intel 7.0 on linux
Date:Fri, 24 Jan 2003 14:50:58 -0500
it is the operating system not the compiler that determines how a buffer
is written to disk, unix systems use FLUSH or FFLUSH, windows COMMITQQ, etc.
i was able to successfully compile and execute nonmem with the intel
compiler v7.0 on linux using the following arguments.
SETUP /usr/local/nonmem5-v1.1-intel /opt/intel/compiler70/ia32/bin/ifc \
' -O2 -tpp7 -prec_div -Vaxlib ' /usr/bin/ar Intel
the -Vaxlib is the important flag, it tells the compiler to link with
the protability library, so it knows how to FLUSH.