Difference between revisions of "User:Dennisvd@nikhef.nl/mpi"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 6: Line 6:
 
* I used Torque as the batch system
 
* I used Torque as the batch system
 
* I used the RHEL4 provided openmpi (that does not include the tm module, hence the ssh stuff)
 
* I used the RHEL4 provided openmpi (that does not include the tm module, hence the ssh stuff)
* It worked with torque
+
* It worked with torque and mpirun
 +
* ... but not with mpi-start.
 
* It does not yet work with CREAM, als all the processes are run on the same node.
 
* It does not yet work with CREAM, als all the processes are run on the same node.

Revision as of 16:09, 11 June 2009

OK, so maybe not heroic. But my attempts at getting MPI running are much like an uphill battle.

I managed only partly, so far, so here are some notes:

  • I used passwordless-hostbased-ssh logins between the nodes
  • I used Torque as the batch system
  • I used the RHEL4 provided openmpi (that does not include the tm module, hence the ssh stuff)
  • It worked with torque and mpirun
  • ... but not with mpi-start.
  • It does not yet work with CREAM, als all the processes are run on the same node.