You are here

build parallel version of Rosetta

3 posts / 0 new
Last post
build parallel version of Rosetta
#1

Is there anything special I need to do to build a parallel version of Rosetta? I would like to run on TACC Ranger where each node can perform 16 tasks, and its uses a PBS style job submission manager.

Thanks in advance

Tue, 2009-10-06 22:33
atfrank

> Is there anything special I need to do to build a parallel version of Rosetta? I would like to run on TACC Ranger where each node can perform 16 tasks, and its uses a PBS style job submission manager.
>
> Thanks in advance

Tue, 2009-10-06 22:33
atfrank

The only parallelization that rosetta supports is MPI. For either 3.0 or 3.1, you can add "extras=mpi" to the command line to get the MPI build.

With the exception of the OptE code (used to calculate optimal weight sets), rosetta only parallelizes at the job distributor level. In other words, running rosetta on two processors in MPI will start two completely independent trajectories, one on each processor (with two database copies in memory). This is not any more efficient than running one copy of rosetta on each processor in terms of computational time, the only benefits are A) it makes it easier to organize the output and B) many large academic clusters require parallelized code even when it's only pseudoparallel. I use the MPI build all the time myself - I'm just warning you it's not internally parallelized, it's just a gloss.

Wed, 2009-10-07 08:09
smlewis