I am trying to run one of the NPB2.4 benchmarks over two nodes. On each node I can run the benchmark on just that node, but when I try to run it across the two I get an error "bash: orted: command not found". The openmpi bin directory is in the PATH on both nodes. I can type "orted" in and I don't get a command not found error.
Run command on a single node: mpirun -np 2 cg.C.2 Run command on two nodes: mpirun -np 2 -host shrek,fiona cg.C.2 Any idea what I'm doing wrong?