ORNL-Fusion / KORC

Kinetic Orbit Runaway Code (KORC)
http://ornl-fusion.github.io/KORC
MIT License
6 stars 2 forks source link

re-enable available processor count for gpu,cpu builds #64

Open idigs opened 4 hours ago

idigs commented 4 hours ago

JOB_COUNT is being set to 1 in ci_stub script. We need to pass the full number of available cores here.

see

./test/CMakeLists.txt: if(${RANK} LESS_EQUAL ${MPIEXEC_MAX_NUMPROCS})