Next: Default environment variables
Up: Clusters of clusters
Previous: sub clustering using PBS
  Contents
It is important the the slots=1 property is NOT CHANGED to slots=2 if you
have a cluster of SMP nodes. The value slots=1 (default value if not specified)
is required for the mpirun/scrun command to handle multi-processor nodes.
Setting slots greater than 1 in the nodes file will cause mpi jobs to hang.
In addition to causing MPI jobs to hang, setting the slots property to be greater
than one will prevent multi-threaded (e.g OpenMP) jobs to fail (you obviously
cannot run a multi-threaded job across 2 cpus located on different nodes).
2004-06-17