RE: Linux installation

From: William Bachman Date: June 24, 2002 technical Source: cognigencorp.com
From:"Bachman, William" Subject: RE: [NMusers] Linux installation Date:Mon, 24 Jun 2002 08:56:23 -0400 Jorn, Linux is installed in the same way that UNIX is installed. See NONMEM Users Guide Part III, Appendix 4, pages 123-126 for a description of the SETUP C-shell script for installing NONMEM and the following additional notes: Installation for Linux on a PC Installation under Linux on a PC is very similar to installations for UNIX. The primary difference is specifying the Intel floating point architecture. 1.Read Appendix 3 sections 3.1 and 3.2 and Appendix 4 in NONMEM Users Guide - Part III: NONMEM Installation Guide. 2.The following assumes that the f77 compiler and dos2unix utility have been installed, the NONMEM directories have been created under /opt, the full path name for the ar command is /usr/bin/ar, and that the NONMEM files have been read from the distribution media as described in Appendix 3, section 3.1. 3.Make the setup script executable. chmod +x SETUP Run the setup command from the nmv directory. (Make certain that you are using a C shell.) ./SETUP /opt/nmv f77 -O /usr/bin/ar Intel /opt/nmv is the main NONMEM directory f77 is the compiler command -O is the compiler option /usr/bin/ar is the path and filename of the ar command Intel specifies the Intel floating point architecture 4. Test the NONMEM installation. cd run ./nmfe5 CONTROL5 REPORT5 nmconsult@globomaxnm.com GloboMax LLC 7250 Parkway Drive, Suite 430 Hanover, MD 21076 Voice: (410) 782-2205 FAX: (410) 712-0737
Jun 24, 2002 Joern Loetsch Linux
Jun 24, 2002 William Bachman RE: Linux installation