Re: intel 7.0 on linux

From: Darin Perusich Date: January 24, 2003 technical Source: cognigencorp.com
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.
Jan 09, 2003 Darin Perusich intel 7.0 on linux
Jan 09, 2003 William Bachman RE: intel 7.0 on linux
Jan 09, 2003 William Bachman RE: intel 7.0 on linux --> see Nick Holfords email on Intel 7.0 for windows
Jan 09, 2003 Nick Holford Re: intel 7.0 on linux --> see Nick Holfords email on Intel 7.0 for windows
Jan 24, 2003 Darin Perusich Re: intel 7.0 on linux
Jan 24, 2003 William Bachman RE: intel 7.0 on linux