I reproduced the problem with the following code :
PROGRAM testDUP
INCLUDE "mpif.h"
PARAMETER( MASTER = 0 )
INTEGER color
INTEGER COMM, COMM_NODES, COMM_LOAD, MYID, IERR
COMM=MPI_COMM_WORLD
CALL MPI_INIT(IERR)
CALL MPI_COMM_RANK(COMM, MYID, IERR)
IF ( MYID .eq. MASTER ) THEN
color = MPI_UNDE
This seems to be a Windows-only issue; I'm a Linux-only guy (I've been unable
to reproduce the problem on Linux). :-(
On May 30, 2011, at 8:19 AM, hi wrote:
> Hi Rainer / Jeff / Shiqing,
>
> Did you get a chance to try MPI_AllReduce() FORTRAN test program
> (using INTEGER and REAL) attached w
I'm afraid that these are still more questions for the Windows guy (Shiqing) --
he maintains all the cmake stuff...
On May 31, 2011, at 8:32 AM, hi wrote:
> Greetings once again !!!
>
> Environment:
> OS: Windows 7 64-bit
> Compilers: ifort and cl.exe (both 64-bit)
> CMAKE: version-2.8.4
> Open
Hi Amarnath,
Probably http://www.open-mpi.org/community/lists/users/2011/05/16524.php
thread may help.
Thank you.
-Hiral
Greetings once again !!!
Environment:
OS: Windows 7 64-bit
Compilers: ifort and cl.exe (both 64-bit)
CMAKE: version-2.8.4
OpenMPI: version 1.5.3
As described in the README.WINDOWS.txt, when performing 'First
approach:" I am observing following...
1) via cmake-gui.exe clicked 'Configure' and it sh