Member Site › Forums › Rosetta 3 › Rosetta 3 – General › rosetta 3.1-how to run parallel tasks? › Reply To: rosetta 3.1-how to run parallel tasks?
November 9, 2009 at 3:38 pm
#4254
Anonymous
The parallel code runs more or less automatically. The decision to run in parallel or single-processor is a compile-time decision, not a runtime decision. So, if you decided parallel and compiled it that way, you don’t need to give Rosetta more command-line flags to get it to run in parallel. You run the executeable under mpirun, same as 2.x.