NONMEM Installation
Date: Wed, 15 Dec 1999 19:35:15 +0100
From: José Javier Zarate <jzarate@unav.es>
Subject: NONMEM Installation
Dear all
after installing NONMEM under Linux I have found that if you suppress the CALL FLUSH (I) statement in FLU.f the performance of the program appears to improve (I am still checking the installation).
I have also found that if you are not using C Shell as your default shell you have to modify nmfe5 that after installation (even with default values) appears
#
set dir=/home/nmv
set f=fort
set o=-O
#!/bin/csh
# This C shell script runs NM-TRAN and NONMEM V
# written by AJB 3/98 version 1.0
# The following lines are inserted by SETUP
#set dir=/home/nmv
#set f=f77
#set o=-O
when it should appear
#!/bin/csh
set dir=/home/nmv
set f=fort
set o=-O
# This C shell script runs NM-TRAN and NONMEM V
# written by AJB 3/98 version 1.0
# The following lines are inserted by SETUP
#set dir=/home/nmv
#set f=f77
#set o=-O
Causing the script to fail if you are using other shell. Hope it avoids trouble to other Linux users.
Bye
--
JJ Zarate
Departamento de Farmacia y Tecnologia Farmaceutica
http://www.unav.es/farmacia/dptos/farmytec/index.htm