Re: [OMPI users] Windows: msv*.dll files presence in Release build

2011-07-04 Thread hi
Hi Shiqing, > They are dependent libraries for OMPI libraries. It's the default behavior > using CMake. How to aviod this? Any workaround or fix? > The postfix d means it's a debug version library. You can build release > libraries which do not have this postfix. I am bui

[OMPI users] Windows: msv*.dll files presence in Release build

2011-07-04 Thread hi
Greetings! On doing Release build for Visual Studio 2008 I am observing following debug files along with other files ... libmpi*d.dll* libmpi_cxx*d.dll* libmpi_f77*d.dll* etc... *msvcm90.dll* * msvcp90.dll* * msvcr90.dll* In this regard I have following two questions... 1) For Release bu

Re: [OMPI users] FW: Issue with mpicc --showme in windows

2011-05-31 Thread hi
Hi Amarnath, Probably http://www.open-mpi.org/community/lists/users/2011/05/16524.php thread may help. Thank you. -Hiral

[OMPI users] mpi.h:: OMPI_HAVE_FORTRAN_LOGICAL / INTEGER / REAL are set to 0 (zero)

2011-05-31 Thread hi
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

Re: [OMPI users] Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-30 Thread hi
Hi Rainer / Jeff / Shiqing, Did you get a chance to try MPI_AllReduce() FORTRAN test program (using INTEGER and REAL) attached with this thread? Thank you. -Hiral

Re: [OMPI users] Sorry! You were supposed to get help about: But couldn't open help-orterun.txt

2011-05-30 Thread hi
Can you please suggest fix or some workaround? Thank you. -Hiral

Re: [OMPI users] Sorry! You were supposed to get help about: But couldn't open help-orterun.txt

2011-05-19 Thread hi
Hi Ralph, I tried following... 1) C:\test> mpirun -mca orte_headnode_name where is returned by 'hostname' command. 2) C:\test> mpirun -mca ras ^ccp but still observing same errors... BTW: for further inforamtion on ompi_info you can see thread http://www.open-mpi.org

Re: [OMPI users] Sorry! You were supposed to get help about: But couldn't open help-orterun.txt

2011-05-18 Thread hi
Any comment / suggestion on how to resolve this? Thank you. -Hiral On 5/12/11, hi wrote: > Hi, > > Clarifications: > - I have downloaded pre-build OpenMPI_v1..5.3-x64 from open-mpi.org > - installed it on Window 7 > - and then copied OpenMPI_v1..5.3-x64 directory from Wind

Re: [OMPI users] Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-17 Thread hi
Did you tried these test programs? Or any suggestion to overcome this bug??? Thank you. -Hiral On Fri, May 13, 2011 at 11:20 AM, hi wrote: > Hi Rainer, > >> Does REAL work for You? > No. > I am observing same errors (see below) even with INTEGER; please find > the attach

Re: [OMPI users] Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-13 Thread hi
Hi Rainer, > Does REAL work for You? No. I am observing same errors (see below) even with INTEGER; please find the attached test programs with INTEGER and REAL. C:\test> mpirun mar_f_i.exe size= 1 , rank= 0 start --, rcvbuf= 0 0 0

Re: [OMPI users] Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-12 Thread hi
Can please try this test program on Windows environment. Thank you. -Hiral On Thu, May 12, 2011 at 10:59 AM, hi wrote: > Any comment or suggestion on my below update > > > > On Wed, May 11, 2011 at 12:59 PM, hi wrote: >> Hi Jeff, >> >>> Can you s

Re: [OMPI users] Sorry! You were supposed to get help about: But couldn't open help-orterun.txt

2011-05-12 Thread hi
Hi, Clarifications: - I have downloaded pre-build OpenMPI_v1..5.3-x64 from open-mpi.org - installed it on Window 7 - and then copied OpenMPI_v1..5.3-x64 directory from Windows 7 to Windows Server 2008 into different directory and also in same directory Now on Windows Server 2008, I am observing

Re: [OMPI users] Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-12 Thread hi
Any comment or suggestion on my below update On Wed, May 11, 2011 at 12:59 PM, hi wrote: > Hi Jeff, > >> Can you send the info listed on the help page? > > From the HELP page... > > ***For run-time problems: > 1) Check the FAQ first. Really. This can save you a

Re: [OMPI users] Sorry! You were supposed to get help about: But couldn't open help-orterun.txt

2011-05-11 Thread hi
After setting OPAL_PKGDATADIR, "mpirun" gives proper help message. But when executing simple test program which calls MPI_ALLREDUCE() it gives following errors onto the console... c:\ompi_tests\win64>mpirun mar_f_i_op.exe [nbld-w08:04820] [[30632,0],0] ORTE_ERROR_LOG: Error in file ..\..\..\openm

Re: [OMPI users] Sorry! You were supposed to get help about: But couldn't open help-orterun.txt

2011-05-11 Thread hi
It's my mistake it should be OPAL_PKGDATADIR env var instead of OPAL_DATADIR. With this it is working fine. Thank you. -Hiral

[OMPI users] Sorry! You were supposed to get help about: But couldn't open help-orterun.txt

2011-05-11 Thread hi
Hi, I am observing following message on Windows platform... c:\Users\oza\Desktop\test>mpirun -- orterun:executable-not-specified But I couldn't open the help file: C:\Users\hpcfan\Documents\OpenMPI\openm

Re: [OMPI users] Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-11 Thread hi
Hi Jeff, > Can you send the info listed on the help page? >From the HELP page... ***For run-time problems: 1) Check the FAQ first. Really. This can save you a lot of time; many common problems and solutions are listed there. I couldn't find reference in FAQ. 2) The version of Op

Re: [OMPI users] Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-10 Thread hi
Hi Jeff, > You didn't answer my prior questions. :-) I am observing this crash using MPI_ALLREDUCE() in test program; and which does not have any memory corruption issue. ;) > I ran your test program with -np 2 and -np 4 and it seemed to work ok. Can you please let me know what

Re: [OMPI users] Request for F90 bindings for Windows Builds

2011-05-09 Thread hi
I also vote for F90 support in OpenMPI.

Re: [OMPI users] Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-09 Thread hi
Hi Jeff, Test program works fine; but you can notice the difference between the callstack images of test program and of my actual application. In test program it calls mca_coll_self_allreduce_intra while in my application it calls mca_coll_basic_allreduce_intra. So I want to know which parameter

[OMPI users] Fwd: Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-06 Thread hi
Please find test program... mar_f_dp.f Description: Binary data

[OMPI users] Fwd: Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-06 Thread hi
Please find callstack of test program...

Re: [OMPI users] Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-06 Thread hi
Please find the callstack of my application...

[OMPI users] Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-06 Thread hi
Greetings!!! I am observing crash in MPI_Allreduce() call from my actual application. After debugging I found that MPI_Allreduce() with MPI_DOUBLE_PRECISION returns NULL for following code in op.h if (0 != (op->o_flags & OMPI_OP_FLAGS_INTRINSIC)) { op->o_func.intrinsic.fns[ompi_op_ddt_map[

Re: [OMPI users] Error occurred in MPI_Allreduce on communicator MPI_COMM_WORLD

2011-05-06 Thread hi
Hi Peter, Thanks that helped a lot. BTW: please let me know if you any comment on "Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION" thread. Thank you. -Hiral 2011/5/4 Peter Kjellström : > On Wednesday, May 04, 2011 04:04:37 PM hi wrote: >> Greetings !!! &

[OMPI users] Error occurred in MPI_Allreduce on communicator MPI_COMM_WORLD

2011-05-04 Thread hi
Greetings !!! I am observing following error messages when executing attached test program... C:\test>mpirun mar_f.exe 0 0 0 size= 1 , rank= 0 start -- a= 2.002.002.00 2.0

Re: [OMPI users] mca_oob_tcp_msg_recv: readv failed:Unknown error (10054)

2011-04-19 Thread hi
Hi Ralph, The Fortran code snippet is as follow... <<< ... write(*,*) "calling blacs_pinfo()..." CALL BLACS_PINFO(IAM, NPROCS) write(*,*), "after blacs_pinfo()..." write(*,*), "IAM=", IAM write(*,*), "NPROCS="

[OMPI users] mca_oob_tcp_msg_recv: readv failed:Unknown error (10054)

2011-04-19 Thread hi
On WINDOWS platform, I am observing following error when executing "mpirun blacs_hello_example.exe" (example program to test BLACS taken from http://www.netlib.org/blacs/BLACS/Examples.html#HELLO)... C:\blacs_examples> mpirun blacs_hello_example.exe calling blacs_pinfo()... forrtl: severe (157):

Re: [OMPI users] "Value out of bounds in file" error

2011-04-13 Thread hi
Hi Rainer, When executing "mpirun blacs_hello_example.exe" (reference: http://www.netlib.org/blacs/BLACS/Examples.html#HELLO), I am now getting folloing error... <<<<<< C:\blacs_examples>mpirun blacs_hello_example.exe forrtl: severe (157): Program Exc

Re: [OMPI users] "Value out of bounds in file" error

2011-04-13 Thread hi
Hi Rainer, Thanks for acknowledgment. > You may want to port/compile BLACS from netlib yourselve, see here: > http://icl.cs.utk.edu/lapack-for-windows/VisualStudio_install.html With that I am seeing compilation errors as reported in... http://icl.cs.utk.edu/lapack-forum/viewtopic.php?

Re: [OMPI users] "Value out of bounds in file" error

2011-04-12 Thread hi
Hi Jeff, I tried "hello_f77", "hello_c", "hello_cxx" examples and all are halting at call to "MPI_INIT()" with below message on console... """ [mymachine:10108] [[27195,0],0] ORTE_ERROR_LOG: Value out of bounds in file ..\..\orte\mca\o

Re: [OMPI users] "Value out of bounds in file" error

2011-04-12 Thread hi
Hi, Any idea on this ??? Thank you. -Hiral On Mon, Apr 11, 2011 at 6:34 PM, hi wrote: > Hi, > > For the attached test program (reference: > http://www.netlib.org/blacs/BLACS/Examples.html#HELLO), I am observing > following message and binary halts... > > [:03864] [[16991

[OMPI users] "Value out of bounds in file" error

2011-04-11 Thread hi
Hi, For the attached test program (reference: http://www.netlib.org/blacs/BLACS/Examples.html#HELLO), I am observing following message and binary halts... [:03864] [[16991,0],0] ORTE_ERROR_LOG: Value out of bounds in file ..\..\orte\mca\oob\tcp\oob_tcp.c at line 1193 *Command used to compile

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-22 Thread hi
Hi Shiqing, While building my application (on Windows 7, Vistual Studio 2008 32-bit application) with openmpi-1.5.2, getting following error... util.o : error LNK2001: unresolved external symbol _ompi_mpi_byte util.o : error LNK2001: unresolved external symbol _ompi_mpi_op_max util.o : error

[OMPI users] Comparison among OpenMPI, MPICH2 and MSPICH on Windows

2011-03-17 Thread hi
Hi, Does anybody have idea about... Where I can get comparison of OpenMPI, MPICH2 and MSPICH? What they support and Which one is performance wise better on Windows platform ? Thank you in advance. -Hiral

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-17 Thread hi
Hi Shiqing, Yes, it was parameter (MPI_STATUS_SIZE=) in mpif-config.h file. BTW: see the attached CMakeCache.txt. > There is no f90 bindings at moment for Windows. Any idea when this available? Thank you. -Hiral On Thu, Mar 17, 2011 at 5:21 PM, Shiqing Fan wrote: > > I tried

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-17 Thread hi
Hi, I tried building openmpi-1.5.2 on Windows 7 (as described below environment) with OMPI_WANT_F77_BINDINGS_ON and OMPI_WANT_F90_BINDINGS_ON using "ifort". I observed that it has generated mpif77.exe but didn't generated mpif90.exe, any idea??? BTW: while using above generate

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-16 Thread hi
Hi Shiquing / Damien, Thanks for the quick reply. > it's only experimental in 1.4 series. And there is only F77 bingdings on Windows, no F90 bindings. Can you please provide steps to build 1.4.3 with experimental f77 bindings on Windows? BTW: Do you have any idea on: when next stable

[OMPI users] Building OpenMPI on Windows 7

2011-03-16 Thread hi
Greetings!!! I am trying to build openmpi-1.3.4 and openmpi-1.4.3 on Windows 7 (64-bit OS), but getting some difficuty... My build environment: OS : Windows 7 (64-bit) C/C++ compiler : Visual Studio 2008 and Visual Studio 2010 Fortran compiler: Intel "ifort" Approach