Parallel Installation of ROSETTA3.1

Member Site Forums Rosetta 3 Rosetta 3 – General Parallel Installation of ROSETTA3.1

Viewing 1 reply thread
  • Author
    Posts
    • #416
      Anonymous

        Hi,

        I want to install ROSETTA3.1 in a parallel environment, to make it run
        on 16 processors through MPI. Should I use the following command for installation:

        scons -j16 bin mode=release

        Please advice.

        Regards,

        Anirban

      • #4270
        Anonymous

          To compile rosetta for MPI, you need to add extras=mpi to that command line:

          scons -j16 bin mode=release extras=mpi

          If MPI is installed it should go smoothly from there. The job distributor detects that it is compiled in MPI mode (via #ifdef) and will run in parallel automatically. I’m not sure that every application properly supports MPI, though.

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