Open rikardn opened 5 years ago
HI. I am facing problem in running NONMEM through PsN. there is problem with configuration file or common_options. Below is the error No NONMEM version with name "default" defined in psn.conf. Format should be: name=directory,version at C:/PsN-5.3.1/strawberry/perl/bin/..\site\lib\PsN_5_3_1/common_options.pm line 216
This issue is related to names of records in NONMEM control streams.
Hi @rikardn , can you elaborate on that please? Would using =DROP in input records cause any issues similar to Usman's?
All the best, Robin
Sorry for an unclear description of the issue.
This NONMEM code input to PsN:
$INPUT= ID TIME DV
will run the following in NONMEM:
$INPUT TIME DV
So it is something I assume that a user will never do except by accident, but PsN should give an error message rather than continue with incorrect code. This is also what nmfe does.
An = directly after a record name will fail with nmfe giving a clear error message. PsN will remove the first option of the record and then run anyway.