-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parallel runs failed using execute from PsN (but successful using nmfe75 script) #259
Comments
This is interesting. I am not sure about what is going on here. One thing to check is what nmfe command PsN is actually using here. Unfortunately PsN does not store this in any files. Could you add the line |
This seems to be in order. You could try running this exact command
and see if it runs in parallel outside of PsN. |
Thanks. This means that deeper debugging would be needed. I don't think this can be prioritized for the time being. Just out of curiosity: which MPI library did you install? |
Understood. I have Microsoft MPI. Hope that answers your question about the MPI library. |
Ok, thanks for the feedback. I could be that Microsoft MPI has made it easier to use MPI on Windows and that running PsN with any MPI has never been properly tested before. |
I just installed the NONMEM license and PsN onto my new computer (Windows 11 Pro). I can do parallel runs using nmfe75 successfully using the command line below. The pnm file (mpiwini8.pnm) is the one that came with the NONMEM license without any modifications.
But when I tried to do parallel runs using PsN using the command line below, there was only 1 run in parallel, so essentially the parallel runs (using 4 nodes) did not happen. How to fix this problem?
The text was updated successfully, but these errors were encountered: