Hi tim18,
I am very appreciated for your quick reply! And thanks for guiding me to a probable solution.
Best regards,
William
Following tim18's instruction, it succeeded. But as tim18 said, all other jobs have to be dedicated to a particular core, e.g. by taskset. In my case, the serial job link-process would change proc and I didn't ask my colleague to kill his job to test.
Alternatively, I got another workaround by simply setting the following lines.
-----------------------------------
export I_MPI_DEVICE=shm
export I_MPI_PIN_PROCS=
export I_MPI_DEVICE=shm
----------------------------------
Best regards,
William