Skip to content

score.sc file has different scores for the same pdb while using mpi run 64 cores #222

Discussion options

You must be logged in to vote

If there's one line per core used, then it's likely the MPI isn't being properly launched, so each process thinks it's an independent serial process. (And so generates one output for everything itself.)

Common ways this occur is by inadvertently using a non-MPI build with the mpi launcher command -- make sure you have the version with .mpi. in the filename (e.g. rosettascripts.mpi.linuxgccrelease). Alternatively, if you use an MPI version of Rosetta but forget to use the MPI launcher, then your (e.g.) SLURM script will launch N Rosetta processes, but there will be no way for them to communicate with each other, so each will think it's running in serial mode. It can also happen if the MPI …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MuhammadAttaElhamouly
Comment options

Answer selected by MuhammadAttaElhamouly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants