does the loop kinetic support MPI now?

Member Site Forums Rosetta 3 Rosetta 3 – Applications does the loop kinetic support MPI now?

Viewing 1 reply thread
  • Author
    Posts
    • #1444
      Anonymous

        hello:

        I compile Rosetta3.4 with option extra=mpi, I am just wondering, does the loop kinetic protocol support MPI now? Can I run it with command:

        mpiexec -np 8 looop.model …..?

        thank you very much

      • #7987
        Anonymous

          I don’t have an MPI copy of 3.4 handy at the moment, but I’m pretty sure it does. It’s not the same MPI exactly as most of the executables. If I remember correctly, it requires you to precreate output directories (output_1, output_2, etc for N processors, or something similar). I forget the details. Give it a shot and tell me if there are errors. I’ll try to doublecheck on my copy of 3.4 once it finishes recompiling.

        • #7988
          Anonymous

            loopmodel will run MPI.

            You must pre-create output directories for each processor, named outdir_#, where # is the processor ID. It’s zero-indexed but I think the 0 node is a head node that doesn’t make output anyway.

        Viewing 1 reply thread
        • You must be logged in to reply to this topic.