Member Site › Forums › PyRosetta › PyRosetta – General › Parallel processing? › Reply To: Parallel processing?
January 5, 2011 at 3:23 pm
#4797
Anonymous
I have created jobdistributor using PyJObDistributor to create 100 trajectory as told in workshop part 4. But it seems that the job is not distributed acrosse several cores. When I use mulit core i modeller I am able to see that python process is using more than 100 %. I have enclosed the python script as an attachment.
jd=PyJobDistributor(“polya”,100,scorefxn)
jd.native_pose = starting_p
#run
while (jd.job_complete == False):
p.assign(starting_p)
p=protocol(p,”aat000_09_05.200_v1_3.polya”)
jd.output_decoy(p)