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
nonmem [2011/05/11 14:38] – ge gerardnonmem [2017/08/25 09:56] (Version actuelle) – modification externe 127.0.0.1
Ligne 6: Ligne 6:
   * [[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) ====== +===== installation sur octopus (linux + sunstudio) ===== 
-nettoy+ __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