Re: [HCP-Users] Restricting workbench thread usage

2017-09-08 Thread Timothy Coalson
Workbench uses OpenMP for parallelization, and is therefore controlled via its environment variables. OMP_NUM_THREADS is probably the one you are looking for. We will add this information to the help info of wb_command in a future release. Tim On Fri, Sep 8, 2017 at 2:47 PM, Reinder Vos de Wae

[HCP-Users] Restricting workbench thread usage

2017-09-08 Thread Reinder Vos de Wael
Hi, As part of a larger pipeline that I would like to run in parallel I use wb_command -volume-warpfield-resample. This command seems to use all threads available on the workstation. Is there any way to limit its thread usage to a single thread or to any specified number of threads? Thanks, Rein