nonmem

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Dernière révisionLes deux révisions suivantes
nonmem [2011/05/09 16:21] – [NONMEM] gerardnonmem [2011/05/11 14:48] – [installation sur octopus (linux + sunstudio)] gerard
Ligne 5: Ligne 5:
   *    * 
   * [[http://www.cognigencorp.com/index.php/cognigen/resources_nonmem|discussions]]   * [[http://www.cognigencorp.com/index.php/cognigen/resources_nonmem|discussions]]
 +
 +===== installation sur octopus (linux + sunstudio) =====
 + __nettoyage__ 
 +<code>
 +[devel1@octopus ~/nmvi]$ rm nm/*.f pr/PRED.f tr/*.f tl/PK.f
 +[devel1@octopus ~/nmvi]$ find . -name '*.exe' -exec rm {} \;
 +[devel1@octopus ~/nmvi]$ find . -name '*.o' -exec rm {} \;
 +</code>
 +
 +__compilation__
 +<code>
 +[devel1@octopus ~/nmvi]$ ./SETUP /local/apps/nmvi f77 ' -g ' /usr/bin/ar intel 
 +
 +</code>
 +seule l'option -g donne un résultat pour l'instant
 +
 +__test__
 +<code>
 +[devel1@octopus run]$ ./nmfe6 CONTROL5 REPORT5
 +  
 + WARNINGS AND ERRORS (IF ANY) FOR PROBLEM    1
 +             
 + (WARNING  2) NM-TRAN INFERS THAT THE DATA ARE POPULATION.
 +             
 + (WARNING  43) THE $PK BLOCK REQUESTS "CALL ONCE PER INDIVIDUAL RECORD", BUT
 + DATA ITEMS ARE USED IN THE $PK BLOCK. VALUES OF THESE DATA ITEMS
 + SUBSEQUENT TO THOSE FROM THE FIRST EVENT RECORD WILL BE IGNORED.  IF THIS
 + IS NOT APPROPRIATE, THE CALL DATA ITEM CAN BE USED TO OBTAIN ADDITIONAL
 + CALLS, OR $PK'S CALLING PROTOCOL SHOULD BE CHANGED.
 +Starting nonmem execution ...
 +
 +</code>
  
 ===== installation ===== ===== installation =====
  • nonmem.txt
  • Dernière modification : 2017/08/25 09:56
  • de 127.0.0.1