If the pdmpk_prep program is run in the same directory on different mtx files, the results of the first run will be overwritten by the results of the second run.
To solve this, the names of the output files should be derived from the name of the input file. For example running ./pdmpk_prep xenon2.mtx 4 10 generates fresultR.txt (where R is the process rank/id), and instead it should generate xenon2-fresultR.txt.
If the
pdmpk_prep
program is run in the same directory on differentmtx
files, the results of the first run will be overwritten by the results of the second run.To solve this, the names of the output files should be derived from the name of the input file. For example running
./pdmpk_prep xenon2.mtx 4 10
generatesfresultR.txt
(whereR
is the process rank/id), and instead it should generatexenon2-fresultR.txt
.