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
essage means that Open MPI couldn't allocate any compute >>>> node. >>>> It might because the headnode wasn't discovered. You could try with >>>> option >>>> "-mca orte_headnode_name HEADNODE_NAME" in the mpirun command line >>

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

2011-05-18 Thread Ralph Castain
le >>> paths, and it's better to use UNC path. >>> >>> To clarify the path issue, if you just copy the OMPI dir to another >>> computer, there might also be another problem that OMPI couldn't load the >>> registry entries, as the registry entries w

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

2011-05-18 Thread hi
o another >> computer, there might also be another problem that OMPI couldn't load the >> registry entries, as the registry entries were set during the installation >> phase on the specific computer. In 1.5.3, a overall env "OPENMPI_HOME" >> will do

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

2011-05-12 Thread hi
d the registry > entries, as the registry entries were set during the installation phase on > the specific computer. In 1.5.3, a overall env "OPENMPI_HOME" will do the > work. > > Regards, > Shiqing > - 原始邮件 - > 发件人: Jeff Squyres > 收件人: Open MPI

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

2011-05-11 Thread Jeff Squyres
On May 11, 2011, at 5:50 AM, Ralph Castain wrote: >> Clarification: I installed pre-built OpenMPI_v1.5.3-x64 on Windows 7 >> and copied this directory into Windows Server 2008. Did you copy OMPI to the same directory tree that you built it? OMPI hard-codes some directory names when it builds, an

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

2011-05-11 Thread Ralph Castain
I don't know a lot about the Windows port, but that error means that mpirun got an error when trying to discover the allocated nodes. On May 11, 2011, at 6:10 AM, hi wrote: > After setting OPAL_PKGDATADIR, "mpirun" gives proper help message. > > But when executing simple test program which cal

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\openmpi-1.5.3\inst

Re: [OMPI users] "Sorry! You were supposed to get help about..."

2008-05-22 Thread Alex L.
Hello Jeff, thank you so far, it helped me partially, now i can see some error messages, some are still missed, this RPM package seems to be a little bit weird :-/ Kind regards, Alex. On Wed, 21 May 2008, Jeff Squyres wrote: > If everything that should be in the OMPI package data directory is

Re: [OMPI users] "Sorry! You were supposed to get help about..."

2008-05-21 Thread Jeff Squyres
If everything that should be in the OMPI package data directory is in a different location, then you can setenv OPAL_PKGDATADIR to the new location. The two sets of files that are normally in this location are the OMPI help files (help-*.txt) and the wrapper compiler data files (mpi*-wrapp

Re: [OMPI users] "Sorry! You were supposed to get help about..."

2008-05-20 Thread Alex L.
"rpm -q -f ..." tells me that the files came from RedHat's openmpi-1.2.3-1 RPM package which is distributed with this RHEL 4 U6 release. Of course i can (and will) report this to RedHat, and waite for their bug fix. But for the fast way: without moving any files through the filesystem is there

Re: [OMPI users] "Sorry! You were supposed to get help about..."

2008-05-19 Thread Jeff Squyres
It feels like OMPI is somehow looking for the help files in the wrong place. Were they moved after OMPI was installed? How did you install OMPI? On May 16, 2008, at 10:30 AM, Alex L. wrote: Hello Everybody, i got a little bit annoying situation with OMPI error messages on a RHEL 4-some

[OMPI users] "Sorry! You were supposed to get help about..."

2008-05-16 Thread Alex L.
Hello Everybody, i got a little bit annoying situation with OMPI error messages on a RHEL 4-something box. Every time i should see a error message i recieve something like: - Sorry! You were supposed to get help about: orterun:init-fai