RosettaCommons / tools

Tools for parsing Rosetta source code and scripts for running specific Rosetta applications.
Other
3 stars 1 forks source link

Calebgeniesse/pp jobsub bug fix #37

Closed calebgeniesse closed 8 years ago

calebgeniesse commented 8 years ago

pp_jobsub.py (cluster submission script in rna_tools) has been silently failing to run jobs in parallel, and this PR fixes the underlying bug--in pp_util.py, pp.Server should be initialized with ncpus=ncpus, not ncpus=0.

@rhiju this should fix the issue on sherlock, and might be of interest to @cyucheng, @kkappel1.

calebgeniesse commented 8 years ago

@rhiju merging now, so you can merge master into your branch!