<div dir="ltr"><div>Hi</div><div><br></div><div>I am trying to get things right setting up simfactory on my cluster.</div><div>I have created the okeanos.ini and okeanos.cfg files, as well as built the Cactus executable that&#39;s called cactus_okeanos. First I want to debug the machine setup, then I hope to take care of the submission script.<br></div><div><br></div><div>To submit a job, I use:</div><div>simfactory/bin/sim create-submit GW150914_4 --parfile par/GW150914/GW150914.rpar --walltime 24:00:00 --configuration=okeanos --machine=okeanos</div><div><br></div><div>The error I am getting is the following:<br></div><div><br>Warning: Too many threads per process specified: specified num-threads=48 (ppn-used is 24)<br>Warning: Number of used cores per node, number of SMT threads, and number of threads per process are inconsistent: ppn-used=24, num-smt=1, num-threads=48_threads (ppn-used*num-smt must be an integer multiple of num-threads)<br>Warning: Total number of threads and number of threads per process are inconsistent: procs=1, num-threads=48 (procs*num-smt must be an integer multiple of num-threads)<br>Warning: Total number of threads and number of cores per node are inconsistent: procs=1, ppn-used=24 (procs must be an integer multiple of ppn-used)<br></div><div><br></div><div>The relevant part of my machine .ini file looks like this:</div><div>cpu             = Intel Xeon E5-2690 v3<br>cpufreq         = 2.6<br>ppn             = 24   # or more<br>max-num-threads = 48   # or more<br>num-threads     = 48   # or more<br>nodes           = 1084<br>memory          = 131072           #any node has 128GB ram<br>min-ppn         = 24<br>maxwalltime     = 48:00:00</div><div><br></div><div>I know that each node in my cluster consists of 12 sockets for cpus, each cpu has two cores and each core supports multithreading (=2), so it&#39;s 12x2x2 = 48.</div><div>What am I getting wrong?<br></div><div><br></div><div><br></div><div>Best regards</div><div>Konrad Topolski<br></div></div>