[mvapich-discuss] Make Issue w/ Mvapich2-1.6 RC2 - Error label'fn_fail' used but not defined

bright.yang at vaisala.com bright.yang at vaisala.com
Fri Feb 11 16:08:54 EST 2011


Jonathan,

  Thanks for pointing out my CXX flag error. I was able to make and
install with the flowing flags -
env CC=gcc CXX=/opt/pgi/linux86-64/10.5/bin/pgCC CFLAGS="-DSPAWN_DEBUG
-DMPISPAWN_DEBUG" F90="/opt/pgi/linux86-64/10.5/bin/pgf90"
FC="/opt/pgi/linux86-64/10.5/bin/pgf77" ./configure
--prefix=/share/apps/mvapich216 --enable-g=dbg --enable-fast=none

I have to use gcc with PGI fortran because my application requires both.
After the installation, I encountered the following error with
mpirun_rsh, which is odd because if I ran with mpdboot & mpiexec, I
don't have this issue. See output below (with mpirun_rsh, I can cpi but
not real.exe)-

See error when run real.exe -
mpirun_rsh -hostfile hostfile -np 4 ./real.exe
USE_LINEAR = 1
final cmd line = LD_LIBRARY_PATH=/opt/gridengine/lib/lx26-amd64
MPISPAWN_MPIRUN_MPD=0 USE_LINEAR_SSH=1
MPISPAWN_MPIRUN_HOST=caerus.vaisala.com MPIRUN_RSH_LAUNCH=1
MPISPAWN_CHECKIN_PORT=55004 MPISPAWN_MPIRUN_PORT=55004 MPISPAWN_NNODES=2
MPISPAWN_GLOBAL_NPROCS=4 MPISPAWN_MPIRUN_ID=7525 MPISPAWN_ARGC=1
MPDMAN_KVS_TEMPLATE=kvs_844_caerus.vaisala.com_7525
MPISPAWN_LOCAL_NPROCS=2 MPISPAWN_ARGV_0=./real.exe
MPISPAWN_GENERIC_ENV_COUNT=0  MPISPAWN_ID=0
MPISPAWN_WORKING_DIR=/home/wrf/wrf-brya-installed/mvapich2-wrf-dm-mv216d
ebug/WRFV3/test/em_real MPISPAWN_MPIRUN_RANK_0=0
MPISPAWN_VIADEV_DEFAULT_PORT_0=-1 MPISPAWN_MPIRUN_RANK_1=1
MPISPAWN_VIADEV_DEFAULT_PORT_1=-1
final cmd line = LD_LIBRARY_PATH=/opt/gridengine/lib/lx26-amd64
MPISPAWN_MPIRUN_MPD=0 USE_LINEAR_SSH=1
MPISPAWN_MPIRUN_HOST=caerus.vaisala.com MPIRUN_RSH_LAUNCH=1
MPISPAWN_CHECKIN_PORT=55004 MPISPAWN_MPIRUN_PORT=55004 MPISPAWN_NNODES=2
MPISPAWN_GLOBAL_NPROCS=4 MPISPAWN_MPIRUN_ID=7525 MPISPAWN_ARGC=1
MPDMAN_KVS_TEMPLATE=kvs_844_caerus.vaisala.com_7525
MPISPAWN_LOCAL_NPROCS=2 MPISPAWN_ARGV_0=./real.exe
MPISPAWN_GENERIC_ENV_COUNT=0  MPISPAWN_ID=1
MPISPAWN_WORKING_DIR=/home/wrf/wrf-brya-installed/mvapich2-wrf-dm-mv216d
ebug/WRFV3/test/em_real MPISPAWN_MPIRUN_RANK_0=2
MPISPAWN_VIADEV_DEFAULT_PORT_0=-1 MPISPAWN_MPIRUN_RANK_1=3
MPISPAWN_VIADEV_DEFAULT_PORT_1=-1
[id: 0] connecting to parent
[id: 1] connecting to parent
[id: 0] connected to parent
leaving mpispawn_tree_init [id: 0]
[id: 1] connected to parent
leaving mpispawn_tree_init [id: 1]
  starting wrf task starting wrf task             1  starting wrf task
starting wrf task             3   of            2             4 of
4

            0 of             4  of
            4

pmi_tree.c:316 Assert failed (msg[n - 1] == '\n')

pmi_tree.c:316 Assert failed (msg[n - 1] == '\n')
MPI process (rank: 1) terminated unexpectedly on compute-0-5.local
Exit code -5 signaled from compute-0-5
MPI process (rank: 3) terminated unexpectedly on compute-0-6.local


Bright Yang



More information about the mvapich-discuss mailing list