RE : NM6 : Modification in SIZES

2 messages 2 people Latest: May 25, 2007

RE : NM6 : Modification in SIZES

From: Emilie Henin Date: May 25, 2007 technical
It worked after having removed .obj, .exe and .lib files (that’s why compilation step was skipped previously!) and recompiled with CDsetup6.bat. Many thanks for your advice! Best regards, Emilie -----Message d'origine-----
Quoted reply history
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Bachman, William (MYD) Envoyé : 24 May 2007 17:33 À : Destree Maud; [email protected] Objet : RE: [NMusers] NM6 : Modification in SIZES If you make changes to just the NONMEM code (in the nm subdirectory), you must remove not only the object files (in just the nm sub-directory) but also the nonmem.lib file before re-compiling NONMEM with CDSETUP6.BAT. If you make changes in SIZES, you must remove the object files in all the subdirectories, nmtran.exe (I remove all of the exe's to be safe) and nonmem.lib before re-compiling NONMEM with CDSETUP6.BAT. _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Destree Maud Sent: Thursday, May 24, 2007 10:42 AM To: [email protected] Subject: FW: [NMusers] NM6 : Modification in SIZES Dear Emilie, Did you remove all the .obj files before you recompile using CDsetup6 ? If you don't do that CDsetup6 skips the compile instructions. Best regards Maud -----Original Message----- From: Destree Maud Sent: Thursday, May 24, 2007 13:06 To: '[email protected]' Subject: RE: [NMusers] NM6 : Modification in SIZES Dear Emilie, Which compiler are you using ? I have batch files for recompiling NONMEM for Compaq Visual Fortran and g77 for Windows. Best regards Maud -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emilie HENIN Sent: Thursday, May 24, 2007 11:58 To: [email protected] Subject: [NMusers] NM6 : Modification in SIZES I am working on the modelization of data of more than 1000 patients (8000) with NONMEM VI. I changed MAXIDS value in SIZES file and recompiled NONMEM from the CD. But it seems that modifications are not considered; I still have errors in the output file. 0TOT NO. OF INDIVIDUALS, 1001, IS GREATER THAN MAXIDS, 1000. INCREASE MAXIDS IN SIZES How should I recompile NONMEM ? Do you have any idea ? Thanks in advance for your answers and advice! Emilie Emilie HENIN EA3738 - Ciblage Thérapeutique en Oncologie Faculté de Médecine Lyon-Sud BP12 69921 OULLINS Cedex tel: +33 (0) 4 26 23 59 59 fax: +33 (0) 4 26 23 59 76 _____ Legal Notice: This electronic mail and its attachments are intended solely for the person(s) to whom they are addressed and contain information which is confidential or otherwise protected from disclosure, except for the purpose for which they are intended. Dissemination, distribution, or reproduction by anyone other than the intended recipients is prohibited and may be illegal. If you are not an intended recipient, please immediately inform the sender and return the electronic mail and its attachments and destroy any copies which may be in your possession. UCB screens electronic mails for viruses but does not warrant that this electronic mail is free of any viruses. UCB accepts no liability for any damage caused by any virus transmitted by this electronic mail. _____ ________________________________________________________________________ _______________________________________________________________
Dear Emilie, I just installed NONMEM6 from CD-drive on Pentium 2 duo 2.16 GHz Sallellite laptop with Windows XP and Compaq Visual Fortran. 6.6. 1. First time I installed using CDsetup6 from CD-drive program and option according to instructions. 2. Modify files in NM and TR directories acc. to bugs, make own-directories (f.e. C:\NMVI\MYRUN01 and copy to it it nmfe6 file from c:\nmvi\run 3. Go to directory c:\nmvi\nm and delete nonmem.lib (del nonmem.lib) and all *.obj files (del *.obj) ; also go to c:\nmvi\tr directory and delete all *.obj files 4. Re-instal nonmem as in 1. - program CDsetup6 will only recompile all *.obj files in \nm and \tr directories and will add new nonmem.lib to \nm directory I just had similar problem and discovered that small letter should be used (swich off caps lock).D:\> CDsetup6 d c ......... (small letters). Program was skipped compilation steps with caps lock was on. sincerely Kazimierz H Kozlowski Laboratory of Pharmacokinetics The Childrens Memorial Health Institute Warsaw, Poland Emilie HENIN wrote: > It worked after having removed .obj, .exe and .lib files (that's why compilation step was skipped previously!) and recompiled with CDsetup6.bat. > > Many thanks for your advice! > > Best regards, > > Emilie > > -----Message d'origine----- >
Quoted reply history
> De : [EMAIL PROTECTED] [ mailto:[EMAIL PROTECTED] De la part de Bachman, William (MYD) > > Envoyé : 24 May 2007 17:33 > À : Destree Maud; [email protected] > Objet : RE: [NMusers] NM6 : Modification in SIZES > > If you make changes to just the NONMEM code (in the nm subdirectory), you must remove not only the object files (in just the nm sub-directory) but also the nonmem.lib file before re-compiling NONMEM with CDSETUP6.BAT. > > If you make changes in SIZES, you must remove the object files in all the subdirectories, nmtran.exe (I remove all of the exe's to be safe) and nonmem.lib before re-compiling NONMEM with CDSETUP6.BAT. > > ------------------------------------------------------------------------ > > From: [EMAIL PROTECTED] [ mailto:[EMAIL PROTECTED] On Behalf Of Destree Maud > > Sent: Thursday, May 24, 2007 10:42 AM > To: [email protected] > Subject: FW: [NMusers] NM6 : Modification in SIZES > > Dear Emilie, > > Did you remove all the .obj files before you recompile using CDsetup6 ? > > If you don't do that CDsetup6 skips the compile instructions. > > Best regards > > Maud > > -----Original Message----- > From: Destree Maud > Sent: Thursday, May 24, 2007 13:06 > To: '[email protected]' > Subject: RE: [NMusers] NM6 : Modification in SIZES > > Dear Emilie, > > Which compiler are you using ? > > I have batch files for recompiling NONMEM for Compaq Visual Fortran and g77 for Windows. > > Best regards > > Maud > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Emilie HENIN > Sent: Thursday, May 24, 2007 11:58 > To: [email protected] > Subject: [NMusers] NM6 : Modification in SIZES > > I am working on the modelization of data of more than 1000 > patients (8000) with NONMEM VI. I changed MAXIDS value in SIZES > file and recompiled NONMEM from the CD. > > But it seems that modifications are not considered; I still have > errors in the output file. > > 0TOT NO. OF INDIVIDUALS, 1001, IS GREATER THAN > > MAXIDS, 1000. INCREASE MAXIDS IN SIZES > > How should I recompile NONMEM ? Do you have any idea ? > > Thanks in advance for your answers and advice! > > Emilie > > Emilie HENIN > > EA3738 - Ciblage Thérapeutique en Oncologie > > Faculté de Médecine Lyon-Sud > > BP12 > > 69921 OULLINS Cedex > > tel: +33 (0) 4 26 23 59 59 > > fax: +33 (0) 4 26 23 59 76 > > ------------------------------------------------------------------------ > > Legal Notice: This electronic mail and its attachments are intended solely for the person(s) to whom they are addressed and contain information which is confidential or otherwise protected from disclosure, except for the purpose for which they are intended. Dissemination, distribution, or reproduction by anyone other than the intended recipients is prohibited and may be illegal. If you are not an intended recipient, please immediately inform the sender and return the electronic mail and its attachments and destroy any copies which may be in your possession. UCB screens electronic mails for viruses but does not warrant that this electronic mail is free of any viruses. UCB accepts no liability for any damage caused by any virus transmitted by this electronic mail. > > ------------------------------------------------------------------------ > > _______________________________________________________________________________________________________________________________________ > >