Closed steindev closed 3 weeks ago
CI ran into a timeout. I retriggered it.
The CI failed again. @psychocoderHPC Might this be a real issue?
The code must be formated correctly!
--- a/etc/picongpu/juwels-jsc/booster.tpl
+++ b/etc/picongpu/juwels-jsc/booster.tpl
@@ -61,7 +61,7 @@ export UCX_RC_TIMEOUT=3000000.00us # 3s instead of 1s
.TBG_devicesPerNode=$(if [ $TBG_tasks -gt $TBG_numHostedDevicesPerNode ] ; then echo $TBG_numHostedDevicesPerNode; else echo $TBG_tasks; fi)
# Cores per task. Theoretically we have 48 cores, we might leave one per task for the OS but then we would need to
-# hope that srun will do the pinning of cores to memory correctly in order to performantly read from memory.
+# hope that srun will do the pinning of cores to memory correctly in order to performantly read from memory.
.TBG_coresPerTask=12
There is a whitespace at the end of the line which must be removed.
@PrometheusPi ready to merge.
For example, compiling on nodes took ages because only a single core was utilized. Fixed this in
getDevice
,getNode
and thebooster.tpl
.