Hi,

I've installed openmpi-master-201903260242-dfbc144 on my "SUSE Linux
Enterprise Server 12.3 with gcc-7.4.0, icc-19.0.3.199, and pgcc-18.4.0.
Unfortunately, I get the following error for some of my small programs
for all three compilers.


loki hello_2 103 mpiexec -np 1 --host loki hello_2_mpi : -np 1 --host loki \
  --oversubscribe hello_2_slave_mpi
[loki:09313] [[48093,0],0] ORTE_ERROR_LOG: Out of resource in file ../../../../openmpi-master-201903260242-dfbc144/orte/mca/odls/base/odls_base_default_fns.c at line 405 [loki:09313] [[48093,0],0] ORTE_ERROR_LOG: Out of resource in file ../../../../openmpi-master-201903260242-dfbc144/orte/mca/plm/base/plm_base_launch_support.c at line 629
--------------------------------------------------------------------------
An internal error has occurred in ORTE:

[[48093,0],0] FORCE-TERMINATE AT (null):1 - error ../../../../openmpi-master-201903260242-dfbc144/orte/mca/plm/base/plm_base_launch_support.c(630)

This is something that should be reported to the developers.
--------------------------------------------------------------------------
loki hello_2 104



loki spawn 109 mpiexec -np 1 --host loki:4 spawn_multiple_master

Parent process 0 running on loki
  I create 3 slave processes.

[loki:09789] [[47489,0],0] ORTE_ERROR_LOG: Out of resource in file ../../../../openmpi-master-201903260242-dfbc144/orte/mca/odls/base/odls_base_default_fns.c at line 405 [loki:09789] [[47489,0],0] ORTE_ERROR_LOG: Out of resource in file ../../../../openmpi-master-201903260242-dfbc144/orte/mca/plm/base/plm_base_launch_support.c at line 629
--------------------------------------------------------------------------
An internal error has occurred in ORTE:

[[47489,0],0] FORCE-TERMINATE AT (null):1 - error ../../../../openmpi-master-201903260242-dfbc144/orte/mca/plm/base/plm_base_launch_support.c(630)

This is something that should be reported to the developers.
--------------------------------------------------------------------------
loki spawn 110




I've used the following configurations.


loki hello_2 116 ompi_info | grep "Configure command line:"
Configure command line: '--prefix=/usr/local/openmpi-master_64_gcc' '--libdir=/usr/local/openmpi-master_64_gcc/lib64' '--with-jdk-bindir=/usr/local/jdk-11/bin' '--with-jdk-headers=/usr/local/jdk-11/include' 'JAVA_HOME=/usr/local/jdk-11' 'LDFLAGS=-m64 -L/usr/local/cuda/lib64' 'CC=gcc' 'CXX=g++' 'FC=gfortran' 'CFLAGS=-m64 -I/usr/local/cuda/include' 'CXXFLAGS=-m64 -I/usr/local/cuda/include' 'FCFLAGS=-m64' 'CPP=cpp -I/usr/local/cuda/include' 'CXXCPP=cpp -I/usr/local/cuda/include' '--enable-mpi-cxx' '--enable-cxx-exceptions' '--enable-mpi-java' '--with-cuda=/usr/local/cuda' '--with-valgrind=/usr/local/valgrind' '--with-hwloc=internal' '--without-verbs' '--with-wrapper-cflags=-std=c11 -m64' '--with-wrapper-cxxflags=-m64' '--with-wrapper-fcflags=-m64' '--enable-debug'


loki hello_2 117 ompi_info | grep "Configure command line:"
Configure command line: '--prefix=/usr/local/openmpi-master_64_icc' '--libdir=/usr/local/openmpi-master_64_icc/lib64' '--with-jdk-bindir=/usr/local/jdk-11/bin' '--with-jdk-headers=/usr/local/jdk-11/include' 'JAVA_HOME=/usr/local/jdk-11' 'LDFLAGS=-m64 -L/usr/local/intel_xe_2018/lib/intel64/ -R/usr/local/intel_xe_2018/lib/intel64/' 'CC=icc' 'CXX=icpc' 'FC=ifort' 'CFLAGS=-m64' 'CXXFLAGS=-m64' 'FCFLAGS=-m64' 'CPP=cpp' 'CXXCPP=cpp' '--enable-mpi-cxx' '--enable-cxx-exceptions' '--enable-mpi-java' '--with-valgrind=/usr/local/valgrind' '--with-hwloc=internal' '--without-verbs' '--with-wrapper-cflags=-std=c11 -m64' '--with-wrapper-cxxflags=-m64' '--with-wrapper-fcflags=-m64' '--enable-debug'


loki hello_2 107 ompi_info | grep "Configure command line:"
Configure command line: '--prefix=/usr/local/openmpi-master_64_pgcc' '--libdir=/usr/local/openmpi-master_64_pgcc/lib64' '--with-jdk-bindir=/usr/local/jdk-11/bin' '--with-jdk-headers=/usr/local/jdk-11/include' 'JAVA_HOME=/usr/local/jdk-11' 'LDFLAGS=-m64 -Wl,-z -Wl,noexecstack -L/usr/local/pgi/linux86-64/18.4/lib -R/usr/local/pgi/linux86-64/18.4/lib' 'LIBS=-lpgm' 'CC=pgcc' 'CXX=pgc++' 'FC=pgfortran' 'CFLAGS=-c11 -m64' 'CXXFLAGS=-m64' 'FCFLAGS=-m64' 'CPP=cpp' 'CXXCPP=cpp' '--enable-mpi-cxx' '--enable-cxx-exceptions' '--enable-mpi-java' '--with-valgrind=/usr/local/valgrind' '--with-hwloc=internal' '--without-verbs' '--with-wrapper-cflags=-c11 -m64' '--with-wrapper-cxxflags=-m64' '--with-wrapper-fcflags=-m64' '--enable-debug'



I would be grateful, if somebody can fix the problem. Do you need anything
else? Thank you very much for any help in advance.


Kind regards

Siegmar
_______________________________________________
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users

Reply via email to