could ab initio support running mpi?

Member Site Forums Rosetta 3 Rosetta 3 – General could ab initio support running mpi?

  • This topic has 1 reply, 2 voices, and was last updated 14 years ago by Anonymous.
Viewing 1 reply thread
  • Author
    Posts
    • #619
      Anonymous

        hi
        I am wondering could the ab initio protocol be run using mpi? for example:

        mpi -np 4 AbinitioRelax.linuxgccrelease @flags > folding.log

        will this command faster the whole project?

        3ks(:biggrin:)

      • #4478
        Anonymous

          The executeable released with 3.1 is not MPI compatible. I can get you an MPI compatible version if you need one.

          MPI does not speed up Rosetta. When Rosetta runs in MPI, it runs independent trajectories on each processor. So, 500 independent Rosetta instances will create 500 structures in the same amount of time as one 500-way MPI instance on 500 processors. The advantage to MPI is A) non-independent processors can communicate, meaning that they can output to a shared directory without overwriting each others’ results (rather than running in 500 directories), and B) some clusters won’t LET you run without MPI.

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