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 Exception - access violation Image P

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?f=12&t=2354

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

2011-04-12 Thread Rainer Keller
Hiral, On Monday 11 April 2011 15:04:19 hi wrote: > Is it the case that I am combining mkl_intelmpi with locally built openmpi > and hence this problem??? Yes, as You mention yourselve here ,-] > ... > Files (x86)\Intel\Compiler\11.1\065\mkl/ia32/lib" mkl_blacs_intelmpi.lib > mkl_core.lib mkl_cor

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

2011-04-12 Thread Jeff Squyres
Can you provide the other information? http://www.open-mpi.org/community/help/ On Apr 12, 2011, at 6:28 AM, hi wrote: > 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

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\oob\tcp\oob_tcp.c at line 1193 """ Do you have any idea??? T

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

2011-04-12 Thread Jeff Squyres
Can you provide more information? Where / when exactly does this error occur? E.g., does it happen during MPI_INIT, or is it later in the application? Are you able to run any MPI codes at all, such as the example "hello world" or "ring" programs? Are you able to run non-MPI applications at al

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,0],0] ORTE_ERROR_LOG: V

[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 is