Hi all,<br><br>I am trying to run some ITK code on a linux cluster at my university and I get the following exception:<br><br>terminate called after throwing an instance of &#39;itk::ExceptionObject&#39;<br>  what():  /home/ubelix/artorg/cseiler/tmp/InsightToolkit-3.10.2/Code/Common/itkMultiThreader.cxx:475:<br>
itk::ERROR: MultiThreader(0x12a1c50): Exception occurred during SingleMethodExecute<br>/home/ubelix/artorg/cseiler/tmp/InsightToolkit-3.10.2/Code/Common/itkMultiThreader.cxx:901:<br>itk::ERROR: MultiThreader(0x12a1c50): Unable to join thread.<br>
/var/spool/sge/anode16/job_scripts/9909286: line 23: 30063 Aborted                 (core dumped) ./cvsampler ../data/DVF/femur-l-Segmented/ ../data/reference/Reference-Classified-SLICES 2 3<br><br>I tried setting the number of threads to one:<br>
itk::MultiThreader::SetGlobalDefaultNumberOfThreads(1); <br><br>But still get the same exception. The cluster runs on Sun Grid Engine (SGE). Everything works fine when I start the program in a non-cluster environment.<br>
<br>Any ideas would be very much appreciated.<br><br>Regards,<br>Christof<br><br>