Parallel version mpi rosetta does not naturally terminate #275
lanselibai
started this conversation in
General
Replies: 1 comment 1 reply
-
Are you getting any output files? Depending on how Rosetta gets launched with MPI, the first process is often reserved for coordinating runs. I don't know the details of cartesian_ddg, but it may be that the single processor launched by (If you are getting output, it may be that the one process is managing to do work, but without other processes to coordinate with, the "wait till others are also done" check might be hanging.) Try launching with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the following code to run two cartesian_ddg jobs in parallel. The required files can be generated. But the jobs does not naturally stop until the wall clock time elapses. How to stop the job earlier when the job has completed?
Beta Was this translation helpful? Give feedback.
All reactions