No parameter will help - the issue is that we couldn't find a TCP interface to use for wiring up the job. First thing you might check is that you have a TCP interface alive and active - can be the loopback interface, but you need at least something.
If you do have an interface, then you might rebuild OMPI with --enable-debug so you can get some diagnostics. Then run the job again with -mca rml_base_verbose 10 -mca oob_base_verbose 10 and see what diagnostic error messages emerge. On Tue, Nov 3, 2009 at 4:42 AM, Amit Sharma <amit.shar...@wipro.com> wrote: > > > Hi, > > I am using open-mpi version 1.3.2. on SLES 11 machine. I have built it > simply like ./configure => make => make install. > > I am facing the following error with mpirun on some machines. > > Root # mpirun -np 2 ls > > [NO-NAME] ORTE_ERROR_LOG: Not found in file runtime/orte_init_stage1.c at > line 182 > -------------------------------------------------------------------------- > It looks like orte_init failed for some reason; your parallel process is > likely to abort. There are many reasons that a parallel process can fail > during orte_init; some of which are due to configuration or environment > problems. This failure appears to be an internal failure; here's some > additional information (which may only be relevant to an Open MPI > developer): > > orte_rml_base_select failed > --> Returned value -13 instead of ORTE_SUCCESS > > -------------------------------------------------------------------------- > [host-desktop1:09127] [NO-NAME] ORTE_ERROR_LOG: Not found in file > runtime/orte_system_init.c at line 42 [host-desktop1:09127] [NO-NAME] > ORTE_ERROR_LOG: Not found in file runtime/orte_init.c at line 52 > -------------------------------------------------------------------------- > Open RTE was unable to initialize properly. The error occured while > attempting to orte_init(). Returned value -13 instead of ORTE_SUCCESS. > -------------------------------------------------------------------------- > > Can you please guide me to resolve this issue. Is there any run time > environmental variable be set to get rid of this issue? > > > Thanks in Advance, > Amit > > > > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > _______________________________________________ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel >