> On Nov 23, 2016, at 3:45 PM, George Bosilca <bosi...@icl.utk.edu> wrote:
> 
> Thousands reasons ;)

Still trying to check if 2.0.1 fixes the problem, and discovered that earlier 
runs weren’t actually using the version I intended.  When I do use 2.0.1, I get 
the following errors:
--------------------------------------------------------------------------
A requested component was not found, or was unable to be opened.  This
means that this component is either not installed or is unable to be
used on your system (e.g., sometimes this means that shared libraries
that the component requires are unable to be found/loaded).  Note that
Open MPI stopped checking at the first component that it did not find.

Host:      compute-1-35
Framework: ess
Component: pmi
--------------------------------------------------------------------------
--------------------------------------------------------------------------
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_open failed
  --> Returned value Not found (-13) instead of ORTE_SUCCESS
--------------------------------------------------------------------------

I’ve confirmed that mpirun PATH and LD_LIBRARY_PATH are pointing to 2.0.1 
version of things within the job script.  Configure line is as I’ve used for 
1.8.x, i.e.
export CC=gcc
export CXX=g++
export F77=ifort
export FC=ifort 

./configure \
        --prefix=${DEST} \
        --with-tm=/usr/local/torque \
        --enable-mpirun-prefix-by-default \
        --with-verbs=/usr \
        --with-verbs-libdir=/usr/lib64
Followed by “make install” Any suggestions for getting 2.0.1 working?

                                                thanks,
                                                Noam

____________
||
|U.S. NAVAL|
|_RESEARCH_|
LABORATORY
Noam Bernstein, Ph.D.
Center for Materials Physics and Technology
U.S. Naval Research Laboratory
T +1 202 404 8628  F +1 202 404 7546
https://www.nrl.navy.mil <https://www.nrl.navy.mil/>
_______________________________________________
users mailing list
users@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/users

Reply via email to