affinity control os paraview-osmesa-mpi on cluster with SLURM

  • about affinity setting

I found a TACC’s script:

the setting is
KNOB_MAX_WORKER_THREADS=$(($NUMBER_CORES_IN_NODE / $TASKS_PER_NODE))

It shows that for a same CPU with 32 cores and a certain dataset, performance is:
4Process8Threads > 8Process4Threads > 16 Process2Threads > 16Process1Threads

1 Like