mpi4py srun有多个节点和处理器

时间:2018-06-05 19:43:43

标签: mpi openmpi mpi4py

我有2个算法和1个中央协调员。

我想分配3个节点:

5 processors for algorithm 1 on node1
4 processors for algorithm 2 on node2
1 processor  for the coordinator on node3.

我正在使用python 2.7.8,openmpi / 2.1.1和intel / 15.0.1

我试过

salloc -N 3 -A acc --exclusive -t 00:03:00
srun --ntasks-per-node=1 --cpus-per-task=6 python alloctest.py

我预计我会得到2个节点,每个节点有6个进程。 但是我看到2个节点,4个cpus,每个节点都有0级而不是不同的级别。我错过了什么吗?例如。插座?这可行吗?

node034.local 0  (4 times)
node029.local 0  (4 times)

0 个答案:

没有答案