I've just completed installing OpenSuSE 12.1 on a standalone node.
Using the bundled GCC and OpenMPI the user code fails.  I've reduced the
problem to that below, but without the source I'm not sure what
orte_init is after.  Using mpirun -np 1 or -np 2 both fail in the same
way.  Any suggestions?

$ cat test.f
        END
$ gfortran -o test-f test.f
$ ./test-f
$ echo $?
0
$ mpirun ./test-f
[isis:02474] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file
runtime/orte_init.c at line 125
------------------------------------------------------------------------
--
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_ess_base_select failed
  --> Returned value Not found (-13) instead of ORTE_SUCCESS
------------------------------------------------------------------------
--
[isis:02474] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file
orterun.c at line 543
$


Martin Rushton
HPC System Manager, Weapons Technologies
Tel: 01959 514777, Mobile: 07939 219057
email: jmrush...@qinetiq.com
www.QinetiQ.com
QinetiQ - Delivering customer-focused solutions

Please consider the environment before printing this email.
This email and any attachments to it may be confidential and are
intended solely for the use of the individual to whom it is 
addressed. If you are not the intended recipient of this email,
you must neither take any action based upon its contents, nor 
copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. QinetiQ may 
monitor email traffic data and also the content of email for 
the purposes of security. QinetiQ Limited (Registered in England
& Wales: Company Number: 3796233) Registered office: Cody Technology 
Park, Ively Road, Farnborough, Hampshire, GU14 0LX  http://www.qinetiq.com.

Reply via email to