Hi,
I'm working on a cluster machine with opnempi available.
I'm trying to put a job with 2 different nodes and 16 processors per nodes.
Using this command:
Code:
mpirun -np 32 --hostfile myhostfile exe
Data in myhostfile:
Code:
cx0937 slots=16
cx0934 slots=16
But the job is terminated each time before job allocation happens in the mentioned nodes.
So, it'll very nice if I get some suggestions regarding the facts I'm missing.