]> Creatis software - clitk.git/commitdiff
Force 1 thread only
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Thu, 27 Jun 2013 14:30:42 +0000 (16:30 +0200)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Thu, 27 Jun 2013 14:30:42 +0000 (16:30 +0200)
cluster_tools/gate_job_cluster.job

index 506e125ec5db68bdebc31d72bd93de471b471b79..52540b214578efae945ee5aea151ac1ea01de5e5 100644 (file)
@@ -69,6 +69,9 @@ cd ${LOCALMACRODIR}
 cp -r -L "${MACRODIR}"/{data,mac} .
 mkdir output
 
+# Enforce one thread
+ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS=1
+
 echo "Lauching macro"
 date
 if test "$RELEASEDIR" = "NONE"