On Apr 3, 2006, at 3:02 PM, Brian Barrett wrote:
On Apr 3, 2006, at 2:50 PM, Rolf Vandevaart wrote:
From what I have read from the Open MPI documentation, it seems
that the recommendation is to install Open MPI on an NFS server
that is accessible to all the nodes in the cell.
Are there any
On Apr 3, 2006, at 2:50 PM, Rolf Vandevaart wrote:
From what I have read from the Open MPI documentation, it seems
that the recommendation is to install Open MPI on an NFS server
that is accessible to all the nodes in the cell.
Are there any cases where it is recommended to install Open MPI
lo
From what I have read from the Open MPI documentation, it seems
that the recommendation is to install Open MPI on an NFS server
that is accessible to all the nodes in the cell.
Are there any cases where it is recommended to install Open MPI
locally on all the nodes in the cell instead? Maybe in
This seems to fix my problem. I have also decided that my original
production code that exposed this was a little dangerous, and has also been
improved because of this. I didn't realize that MPI_UNDEFINED was returned,
and I was relying on it being zero or less, which it happens to be.
Thanks f