[OMPI users] Re...

2013-02-02 Thread Randolph Pullen
http://www.compu-gen.com/components/com_content/yaid3522.php Randolph Pullen 2/3/2013 1:41:11 AM .

[OMPI users] Hi!!!

2013-02-02 Thread Randolph Pullen
http://www.corcoranharnist.com/components/com_content/yaid3521.php _ Randolph Pullen

Re: [OMPI users] Fwd: How openmpi-1.6.3 using nodes which not LSF dispatch?

2013-02-02 Thread Ralph Castain
I'm afraid this doesn't make much sense to me. LSF has dispatched node1 and node2 - correct? It sounds like you have also given those names aliases that refer to their IB ports - generally a very bad practice, but let's set that aside for now. If they are the same physical nodes, then the node

[OMPI users] Fwd: How openmpi-1.6.3 using nodes which not LSF dispatch?

2013-02-02 Thread HM Li
Can you help me?  The bnode1.bnode2 and node1,node2 are the hostnames of the same nodes corresponding to the InfiniBand and ethernet network respectively. The node1,node2 are the nodes declarated in lsf.cluster.name In order to use the IB network, I

[OMPI users] mmap and MPI_File_Read

2013-02-02 Thread Andreas Bok Andersen
I am using Open-MPI in a parallelization of matrix multiplication for large matrices. My question is: - Is MPI_File_read using mmapping under the hood when reading a binary file. - Or is the better/most efficient solution to read the input files using the native mmap in C++ Best Andreas