mpirun结合numactl对每个进程进行精细的核心、内存绑定
1 |
|
对于intel mpi:
1 | mpirun -genv I_MPI_PIN=off bind.sh hostname |
可以使用numactl -s
来打印绑定情况:
1 | mpirun -genv I_MPI_PIN=off bind.sh numactl -s |
mpirun结合numactl对每个进程进行精细的核心、内存绑定
https://blog.zrhan.top/2025/04/17/mpirun结合numactl对每个进程进行精细的核心、内存绑定/