From bfd396f03b8580c4e8b6b18bd2a154ee5864ed01 Mon Sep 17 00:00:00 2001 From: Moises Fernandez <moisesf@fmrib.ox.ac.uk> Date: Fri, 17 May 2013 10:08:53 +0000 Subject: [PATCH] Correct the default number of NJOBS in the usage panel --- CUDA/bedpostx_multigpu_LSF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUDA/bedpostx_multigpu_LSF b/CUDA/bedpostx_multigpu_LSF index 44c28f1..d47f2c9 100755 --- a/CUDA/bedpostx_multigpu_LSF +++ b/CUDA/bedpostx_multigpu_LSF @@ -16,7 +16,7 @@ Usage() { echo "expects to find grad_dev in subject directory, if -g is set" echo "" echo "<options>:" - echo "-NJOBS (number of jobs to queue, the data is divided in NJOBS parts, usefull for a GPU cluster, default 1)" + echo "-NJOBS (number of jobs to queue, the data is divided in NJOBS parts, usefull for a GPU cluster, default 40)" echo "-n (number of fibres per voxel, default 2)" echo "-w (ARD weight, more weight means less secondary fibres per voxel, default 1)" echo "-b (burnin period, default 1000)" -- GitLab