[HCP-Users] Multithreading in wb_command?

2015-06-06 Thread Daniel P. Bliss
Hi HCP Users, There appear to be commands within PostFreeSurferPipelineBatch that use multi-threading, because my call to this script was just terminated due to its over-use of resources on our computing cluster. Termination occurred at one of the calls to wb_command -- within CreateRibbon, I

Re: [HCP-Users] Multithreading in wb_command?

2015-06-06 Thread Timothy Coalson
Setting the OMP_NUM_THREADS environment variable to 1 will make it use only 1 core. Tim On Sat, Jun 6, 2015 at 4:43 AM, Daniel P. Bliss dbl...@berkeley.edu wrote: Hi HCP Users, There appear to be commands within PostFreeSurferPipelineBatch that use multi-threading, because my call to this