[OMPI users] BLACS tests fails on IPF
Hello all, I built BLACS on Itanium using Intel compilers under linux (2.6.9-34.EL). But it fails default BLACS Fortran tests (xFbtest), C tests (xCbtest) are ok. I've tried different configurations combining OpenMPI-1.1.2 or OpenMPI-1.1.4, ICC 9.1.038 or ICC 8.1.38, IFORT 9.1.33 or IFORT 8.1.34, but all results were the same. OpenMPI is built using 9.1 compilers. Also I've tried the same using em64t compiler on Intel XEON - all tests were passed. MPICH2 on IPF also works fine. Is that an OpenMPI bug? Maybe some workaround exists? Bmake.inc is attached. Below is output I've got (Don't pay attention to blacs warnings, they are normal for MPI): ===[ begin of: xFbtest output ]= -bash-3.00$ mpirun -np 4 xFbtest_MPI-LINUX-0 BLACS WARNING 'No need to set message ID range due to MPI communicator.' from {-1,-1}, pnum=1, Contxt=-1, on line 18 of file 'blacs_set_.c'. BLACS WARNING 'No need to set message ID range due to MPI communicator.' from {-1,-1}, pnum=3, Contxt=-1, on line 18 of file 'blacs_set_.c'. BLACS WARNING 'No need to set message ID range due to MPI communicator.' from {-1,-1}, pnum=0, Contxt=-1, on line 18 of file 'blacs_set_.c'. BLACS WARNING 'No need to set message ID range due to MPI communicator.' from {-1,-1}, pnum=2, Contxt=-1, on line 18 of file 'blacs_set_.c'. [comp-pvfs-0-7.local:30119] *** An error occurred in MPI_Comm_group [comp-pvfs-0-7.local:30118] *** An error occurred in MPI_Comm_group [comp-pvfs-0-7.local:30118] *** on communicator MPI_COMM_WORLD [comp-pvfs-0-7.local:30118] *** MPI_ERR_COMM: invalid communicator [comp-pvfs-0-7.local:30119] *** on communicator MPI_COMM_WORLD [comp-pvfs-0-7.local:30119] *** MPI_ERR_COMM: invalid communicator [comp-pvfs-0-7.local:30119] *** MPI_ERRORS_ARE_FATAL (goodbye) [comp-pvfs-0-7.local:30116] *** An error occurred in MPI_Comm_group [comp-pvfs-0-7.local:30116] *** on communicator MPI_COMM_WORLD [comp-pvfs-0-7.local:30118] *** MPI_ERRORS_ARE_FATAL (goodbye) [comp-pvfs-0-7.local:30116] *** MPI_ERR_COMM: invalid communicator [comp-pvfs-0-7.local:30116] *** MPI_ERRORS_ARE_FATAL (goodbye) [comp-pvfs-0-7.local:30117] *** An error occurred in MPI_Comm_group [comp-pvfs-0-7.local:30117] *** on communicator MPI_COMM_WORLD [comp-pvfs-0-7.local:30117] *** MPI_ERR_COMM: invalid communicator [comp-pvfs-0-7.local:30117] *** MPI_ERRORS_ARE_FATAL (goodbye) forrtl: error (78): process killed (SIGTERM) forrtl: error (78): process killed (SIGTERM) forrtl: error (78): process killed (SIGTERM) forrtl: error (78): process killed (SIGTERM) ===[ end of: xFbtest output ]= W.B.R., Kobotov Alexander Bmake.inc Description: Bmake.inc
[OMPI users] IBM XL compilers[Scanned]
Hi list, I have tried a few ways to compile OpenMPI using XLX/XLF compilers but the I keep getting the same error (detailed below). I was wandering if anyone has had any problems or successes in compiling OpenMPI with XL compilers? I have tried 1.2b3, 1.2b4,1.2b4r13690, 1.1.4; and I got the same error message. Maybe i'm missing something here with the XL compilers? All the files that have _64 as postfix are just wrapper files that do 64 bit compilation( i.e -q64) build.sh - make distclean BUILD_DIR=/opt/openmpi-ofed/xl/64 export GNU_FLAGS="-O3" export OPTFLAGS="-O3" export LDFLAGS=$GNU_FLAGS export RSHCOMMAND=ssh export CXX=xlC_64 export CC=xlc_64 export F77=xlf_64 export F90=xlf90_64 export CCLINKER=xlC_64 export CLINKER=xlC_64 export FLINKER=xlf_64 export FCLINKER=xlf90_64 export CCFLAGS="$GNU_FLAGS" export CFLAGS="$GNU_FLAGS" export FFLAGS="$GNU_FLAGS" export FCFLAGS="$GNU_FLAGS" ../openmpi-1.2b3/configure -prefix=$BUILD_DIR --with-wrapper-cflags="$CFLAGS" --with-openib=/usr/local/ofed \ --with-wrapper-cxxflags="$CCFLAGS" --with-wrapper-fflags="$FFLAGS" --with-wrapper-fcflags="$FCFLAGS" make -j 2 last few lines of the error source='../../openmpi-1.2b3/opal/threads/thread.c' object='threads/thread.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh ../../openmpi-1.2b3/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile xlc_64 -DHAVE_CONFIG_H -I. -I../../openmpi-1.2b3/opal -I../opal/include -I../orte/include -I../ompi/include -I../ompi/include -I../../openmpi-1.2b3 -I.. -I../../openmpi-1.2b3/opal/include -I../../openmpi-1.2b3/orte/include -I../../openmpi-1.2b3/ompi/include-DNDEBUG -O3 -c -o threads/thread.lo ../../openmpi-1.2b3/opal/threads/thread.c libtool: compile: xlc_64 -DHAVE_CONFIG_H -I. -I../../openmpi-1.2b3/opal -I../opal/include -I../orte/include -I../ompi/include -I../ompi/include -I../../openmpi-1.2b3 -I.. -I../../openmpi-1.2b3/opal/include -I../../openmpi-1.2b3/orte/include -I../../openmpi-1.2b3/ompi/include -DNDEBUG -O3 -c ../../openmpi-1.2b3/opal/threads/mutex.c -DPIC -o threads/.libs/mutex.o libtool: compile: xlc_64 -DHAVE_CONFIG_H -I. -I../../openmpi-1.2b3/opal -I../opal/include -I../orte/include -I../ompi/include -I../ompi/include -I../../openmpi-1.2b3 -I.. -I../../openmpi-1.2b3/opal/include -I../../openmpi-1.2b3/orte/include -I../../openmpi-1.2b3/ompi/include -DNDEBUG -O3 -c ../../openmpi-1.2b3/opal/threads/thread.c -DPIC -o threads/.libs/thread.o /bin/sh ../libtool --tag=CC --mode=link xlc_64 -DNDEBUG -O3 -export-dynamic -O3 -o libopen-pal.la -rpath /opt/openmpi-ofed/xl/64/lib class/opal_free_list.lo class/opal_hash_table.lo class/opal_list.lo class/opal_object.lo class/opal_atomic_lifo.lo class/opal_value_array.lo memoryhooks/memory.lo runtime/opal_progress.lo runtime/opal_finalize.lo runtime/opal_init.lo runtime/opal_params.lo threads/condition.lo threads/mutex.lo threads/thread.lo libltdl/libltdlc.la asm/libasm.la event/libevent.la mca/base/libmca_base.la util/libopalutil.la mca/backtrace/libmca_backtrace.la mca/backtrace/execinfo/libmca_backtrace_execinfo.la mca/maffinity/libmca_maffinity.la mca/memcpy/libmca_memcpy.la mca/memory/libmca_memory.la mca/memory/ptmalloc2/libmca_memory_ptmalloc2.la mca/paffinity/libmca_paffinity.la mca/timer/libmca_timer.la mca/timer/linux/libmca_timer_linux.la -lnsl -lutil libtool: link: xlc_64 -shared class/.libs/opal_free_list.o class/.libs/opal_hash_table.o class/.libs/opal_list.o class/.libs/opal_object.o class/.libs/opal_atomic_lifo.o class/.libs/opal_value_array.o memoryhooks/.libs/memory.o runtime/.libs/opal_progress.o runtime/.libs/opal_finalize.o runtime/.libs/opal_init.o runtime/.libs/opal_params.o threads/.libs/condition.o threads/.libs/mutex.o threads/.libs/thread.o --whole-archive libltdl/.libs/libltdlc.a asm/.libs/libasm.a event/.libs/libevent.a mca/base/.libs/libmca_base.a util/.libs/libopalutil.a mca/backtrace/.libs/libmca_backtrace.a mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a mca/maffinity/.libs/libmca_maffinity.a mca/memcpy/.libs/libmca_memcpy.a mca/memory/.libs/libmca_memory.a mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a mca/paffinity/.libs/libmca_paffinity.a mca/timer/.libs/libmca_timer.a mca/timer/linux/.libs/libmca_timer_linux.a --no-whole-archive -ldl -lnsl -lutil -lc -soname libopen-pal.so.0 -o .libs/libopen-pal.so.0.0.0 xlc: 1501-216 command option --whole-archive is not recognized - passed to ld xlc: 1501-216 command option --no-whole-archive is not recognized - passed to ld xlc: 1501-218 file libopen-pal.so.0 contains an incorrect file suffix xlc: 1501-228 input file libopen-pal.so.0 not found make[2]: *** [libopen-pal.la] Error 252 make[2]: Leaving directory `/root/ocf/software/openmpi-1.2b3-ofed-xl/opal' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/ocf/software/openmpi-1.2b3-ofed-xl/opal' make: *** [all-recursive] Error 1 -- reg
Re: [OMPI users] IBM XL compilers[Scanned]
Hi Arif, This is a problem with libtool and the IBM compilers and shared libraries. The easiest thing to do is to build static libraries instead by passing "--disable-shared --enable-static" to configure. I am currently unaware of any workarounds to make compiling shared libraries work with the IBM compilers. Hope this helps, Tim On Feb 20, 2007, at 12:24 PM, Arif Ali wrote: Hi list, I have tried a few ways to compile OpenMPI using XLX/XLF compilers but the I keep getting the same error (detailed below). I was wandering if anyone has had any problems or successes in compiling OpenMPI with XL compilers? I have tried 1.2b3, 1.2b4,1.2b4r13690, 1.1.4; and I got the same error message. Maybe i'm missing something here with the XL compilers? All the files that have _64 as postfix are just wrapper files that do 64 bit compilation( i.e -q64) build.sh - make distclean BUILD_DIR=/opt/openmpi-ofed/xl/64 export GNU_FLAGS="-O3" export OPTFLAGS="-O3" export LDFLAGS=$GNU_FLAGS export RSHCOMMAND=ssh export CXX=xlC_64 export CC=xlc_64 export F77=xlf_64 export F90=xlf90_64 export CCLINKER=xlC_64 export CLINKER=xlC_64 export FLINKER=xlf_64 export FCLINKER=xlf90_64 export CCFLAGS="$GNU_FLAGS" export CFLAGS="$GNU_FLAGS" export FFLAGS="$GNU_FLAGS" export FCFLAGS="$GNU_FLAGS" ../openmpi-1.2b3/configure -prefix=$BUILD_DIR --with-wrapper- cflags="$CFLAGS" --with-openib=/usr/local/ofed \ --with-wrapper-cxxflags="$CCFLAGS" --with-wrapper-fflags="$FFLAGS" --with-wrapper-fcflags="$FCFLAGS" make -j 2 last few lines of the error source='../../openmpi-1.2b3/opal/threads/thread.c' object='threads/ thread.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh ../../openmpi-1.2b3/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile xlc_64 -DHAVE_CONFIG_H - I. -I../../openmpi-1.2b3/opal -I../opal/include -I../orte/include - I../ompi/include -I../ompi/include -I../../openmpi-1.2b3 -I.. - I../../openmpi-1.2b3/opal/include -I../../openmpi-1.2b3/orte/ include -I../../openmpi-1.2b3/ompi/include-DNDEBUG -O3 -c -o threads/thread.lo ../../openmpi-1.2b3/opal/threads/thread.c libtool: compile: xlc_64 -DHAVE_CONFIG_H -I. -I../../openmpi-1.2b3/ opal -I../opal/include -I../orte/include -I../ompi/include -I../ ompi/include -I../../openmpi-1.2b3 -I.. -I../../openmpi-1.2b3/opal/ include -I../../openmpi-1.2b3/orte/include -I../../openmpi-1.2b3/ ompi/include -DNDEBUG -O3 -c ../../openmpi-1.2b3/opal/threads/ mutex.c -DPIC -o threads/.libs/mutex.o libtool: compile: xlc_64 -DHAVE_CONFIG_H -I. -I../../openmpi-1.2b3/ opal -I../opal/include -I../orte/include -I../ompi/include -I../ ompi/include -I../../openmpi-1.2b3 -I.. -I../../openmpi-1.2b3/opal/ include -I../../openmpi-1.2b3/orte/include -I../../openmpi-1.2b3/ ompi/include -DNDEBUG -O3 -c ../../openmpi-1.2b3/opal/threads/ thread.c -DPIC -o threads/.libs/thread.o /bin/sh ../libtool --tag=CC --mode=link xlc_64 -DNDEBUG -O3 - export-dynamic -O3 -o libopen-pal.la -rpath /opt/openmpi-ofed/xl/ 64/lib class/opal_free_list.lo class/opal_hash_table.lo class/ opal_list.lo class/opal_object.lo class/opal_atomic_lifo.lo class/ opal_value_array.lo memoryhooks/memory.lo runtime/opal_progress.lo runtime/opal_finalize.lo runtime/opal_init.lo runtime/ opal_params.lo threads/condition.lo threads/mutex.lo threads/ thread.lo libltdl/libltdlc.la asm/libasm.la event/libevent.la mca/ base/libmca_base.la util/libopalutil.la mca/backtrace/ libmca_backtrace.la mca/backtrace/execinfo/ libmca_backtrace_execinfo.la mca/maffinity/libmca_maffinity.la mca/memcpy/libmca_memcpy.la mca/memory/libmca_memory.la mca/memory/ ptmalloc2/libmca_memory_ptmalloc2.la mca/paffinity/ libmca_paffinity.la mca/timer/libmca_timer.la mca/timer/linux/ libmca_timer_linux.la -lnsl -lutil libtool: link: xlc_64 -shared class/.libs/opal_free_list.o class/.libs/opal_hash_table.o class/.libs/opal_list.o class/.libs/ opal_object.o class/.libs/opal_atomic_lifo.o class/.libs/ opal_value_array.o memoryhooks/.libs/memory.o runtime/.libs/ opal_progress.o runtime/.libs/opal_finalize.o runtime/.libs/ opal_init.o runtime/.libs/opal_params.o threads/.libs/condition.o threads/.libs/mutex.o threads/.libs/thread.o --whole-archive libltdl/.libs/libltdlc.a asm/.libs/libasm.a event/.libs/libevent.a mca/base/.libs/libmca_base.a util/.libs/libopalutil.a mca/ backtrace/.libs/libmca_backtrace.a mca/backtrace/execinfo/.libs/ libmca_backtrace_execinfo.a mca/maffinity/.libs/libmca_maffinity.a mca/memcpy/.libs/libmca_memcpy.a mca/memory/.libs/libmca_memory.a mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a mca/ paffinity/.libs/libmca_paffinity.a mca/timer/.libs/libmca_timer.a mca/timer/linux/.libs/libmca_timer_linux.a --no-whole-archive -ldl -lnsl -lutil -lc -soname libopen- pal.so.0 -o .libs/libopen-pal.so.0.0.0 xlc: 1501-216 command option --whole-archive is not recognized - passed to ld xlc: 1501-216 command opti
Re: [OMPI users] IBM XL compilers[Scanned]
Tim Prins wrote: Hi Arif, This is a problem with libtool and the IBM compilers and shared libraries. The easiest thing to do is to build static libraries instead by passing "--disable-shared --enable-static" to configure. I am currently unaware of any workarounds to make compiling shared libraries work with the IBM compilers. Hope this helps, Ok, overcoming that, it fails with many errors, with 1.2b3/4, i'll post the details later with 1.1.4 I get a lot further and can't get past the following statemement, any ideas? I have tried deleting the backslashes (\), I have tried (\) before all the spaces, but still no luck. I have also tried taking the two variables for the date out, and still get " input file " not found". after taking all the escape characters out \" it works. Any way to avoid this? xlC_64 -DHAVE_CONFIG_H -I. -I../../../../openmpi-1.1.4/ompi/tools/ompi_info -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../ompi/include -DOMPI_CONFIGURE_USER="\"root\"" -DOMPI_CONFIGURE_HOST="\"cseppc01\"" -DOMPI_CONFIGURE_DATE="\"Tue Feb 20 18:46:58 GMT 2007\"" -DOMPI_BUILD_USER="\"$USER\"" -DOMPI_BUILD_HOST="\"`hostname`\"" -DOMPI_BUILD_DATE="\"`date`\"" -DOMPI_BUILD_CFLAGS="\"-DNDEBUG -O3 \"" -DOMPI_BUILD_CPPFLAGS="\"-I../../../../openmpi-1.1.4 -I../../.. -I../../../../openmpi-1.1.4/opal/include -I../../../../openmpi-1.1.4/orte/include -I../../../../openmpi-1.1.4/ompi/include \"" -DOMPI_BUILD_CXXFLAGS="\"-O -DNDEBUG \"" -DOMPI_BUILD_CXXCPPFLAGS="\"-I../../../../openmpi-1.1.4 -I../../.. -I../../../../openmpi-1.1.4/opal/include -I../../../../openmpi-1.1.4/orte/include -I../../../../openmpi-1.1.4/ompi/include \"" -DOMPI_BUILD_FFLAGS="\"-O3\"" -DOMPI_BUILD_FCFLAGS="\"-O3\"" -DOMPI_BUILD_LDFLAGS="\"-export-dynamic -O3 \"" -DOMPI_BUILD_LIBS="\"-lnsl -lutil \"" -DOMPI_CC_ABSOLUTE="\"/usr/local/bin/xlc_64\"" -DOMPI_CXX_ABSOLUTE="\"/usr/local/bin/xlC_64\"" -DOMPI_F77_ABSOLUTE="\"/usr/local/bin/xlf_64\"" -DOMPI_F90_ABSOLUTE="\"/usr/bin/gfortran\"" -DOMPI_F90_BUILD_SIZE="\"small\"" -I../../../../openmpi-1.1.4 -I../../.. -I../../../../openmpi-1.1.4/opal/include -I../../../../openmpi-1.1.4/orte/include -I../../../../openmpi-1.1.4/ompi/include-O -DNDEBUG -c -o ompi_info.o ../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc xlC: 1501-228 input file Feb not found xlC: 1501-228 input file 20 not found xlC: 1501-228 input file 18:46:58 not found xlC: 1501-228 input file GMT not found xlC: 1501-228 input file 2007" not found xlC: 1501-228 input file Feb not found xlC: 1501-228 input file 20 not found xlC: 1501-228 input file 19:01:05 not found xlC: 1501-228 input file GMT not found xlC: 1501-228 input file 2007" not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file Feb not found xlC: 1501-228 input file 20 not found xlC: 1501-228 input file 18:46:58 not found xlC: 1501-228 input file GMT not found xlC: 1501-228 input file 2007" not found xlC: 1501-228 input file Feb not found xlC: 1501-228 input file 20 not found xlC: 1501-228 input file 19:01:05 not found xlC: 1501-228 input file GMT not found xlC: 1501-228 input file 2007" not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.21: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.23: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.24: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.25: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.28: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.36: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.49: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.52: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_info/components.cc", line 1.21: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_in
Re: [OMPI users] IBM XL compilers[Scanned]
This is strange. I just ran the exact command you gave, and it worked just fine. However, I do notice one potential, unrelated problem. You set $F90, but $F90 is not used. The variable you want is $FC. Similarly CCFLAGS should be CXXFLAGS. Also, I don't believe any of the *LINKER variables have any impact. See the end of the output from ./configure --help for all the environment variables. My suggestion would be to remove the build tree, and start over again. It is possible that there is something laying around that is screwing up the build. Tim On Feb 20, 2007, at 2:20 PM, Arif Ali wrote: Tim Prins wrote: Hi Arif, This is a problem with libtool and the IBM compilers and shared libraries. The easiest thing to do is to build static libraries instead by passing "--disable-shared --enable-static" to configure. I am currently unaware of any workarounds to make compiling shared libraries work with the IBM compilers. Hope this helps, Ok, overcoming that, it fails with many errors, with 1.2b3/4, i'll post the details later with 1.1.4 I get a lot further and can't get past the following statemement, any ideas? I have tried deleting the backslashes (\), I have tried (\) before all the spaces, but still no luck. I have also tried taking the two variables for the date out, and still get " input file " not found". after taking all the escape characters out \" it works. Any way to avoid this? xlC_64 -DHAVE_CONFIG_H -I. -I../../../../openmpi-1.1.4/ompi/tools/ ompi_info -I../../../opal/include -I../../../orte/include - I../../../ompi/include -I../../../ompi/include - DOMPI_CONFIGURE_USER="\"root\"" -DOMPI_CONFIGURE_HOST="\"cseppc01 \"" -DOMPI_CONFIGURE_DATE="\"Tue Feb 20 18:46:58 GMT 2007\"" - DOMPI_BUILD_USER="\"$USER\"" -DOMPI_BUILD_HOST="\"`hostname`\"" - DOMPI_BUILD_DATE="\"`date`\"" -DOMPI_BUILD_CFLAGS="\"-DNDEBUG -O3 \"" -DOMPI_BUILD_CPPFLAGS="\"-I../../../../openmpi-1.1.4 -I../../.. -I../../../../openmpi-1.1.4/opal/include -I../../../../ openmpi-1.1.4/orte/include -I../../../../openmpi-1.1.4/ompi/ include \"" -DOMPI_BUILD_CXXFLAGS="\"-O -DNDEBUG \"" - DOMPI_BUILD_CXXCPPFLAGS="\"-I../../../../openmpi-1.1.4 -I../../.. - I../../../../openmpi-1.1.4/opal/include -I../../../../openmpi-1.1.4/ orte/include -I../../../../openmpi-1.1.4/ompi/include \"" - DOMPI_BUILD_FFLAGS="\"-O3\"" -DOMPI_BUILD_FCFLAGS="\"-O3\"" - DOMPI_BUILD_LDFLAGS="\"-export-dynamic -O3 \"" - DOMPI_BUILD_LIBS="\"-lnsl -lutil \"" -DOMPI_CC_ABSOLUTE="\"/usr/ local/bin/xlc_64\"" -DOMPI_CXX_ABSOLUTE="\"/usr/local/bin/xlC_64\"" -DOMPI_F77_ABSOLUTE="\"/usr/local/bin/xlf_64\"" - DOMPI_F90_ABSOLUTE="\"/usr/bin/gfortran\"" - DOMPI_F90_BUILD_SIZE="\"small\"" -I../../../../openmpi-1.1.4 - I../../.. -I../../../../openmpi-1.1.4/opal/include -I../../../../ openmpi-1.1.4/orte/include -I../../../../openmpi-1.1.4/ompi/ include-O -DNDEBUG -c -o ompi_info.o ../../../../openmpi-1.1.4/ ompi/tools/ompi_info/ompi_info.cc xlC: 1501-228 input file Feb not found xlC: 1501-228 input file 20 not found xlC: 1501-228 input file 18:46:58 not found xlC: 1501-228 input file GMT not found xlC: 1501-228 input file 2007" not found xlC: 1501-228 input file Feb not found xlC: 1501-228 input file 20 not found xlC: 1501-228 input file 19:01:05 not found xlC: 1501-228 input file GMT not found xlC: 1501-228 input file 2007" not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file Feb not found xlC: 1501-228 input file 20 not found xlC: 1501-228 input file 18:46:58 not found xlC: 1501-228 input file GMT not found xlC: 1501-228 input file 2007" not found xlC: 1501-228 input file Feb not found xlC: 1501-228 input file 20 not found xlC: 1501-228 input file 19:01:05 not found xlC: 1501-228 input file GMT not found xlC: 1501-228 input file 2007" not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found xlC: 1501-228 input file " not found "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.21: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.23: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.24: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.25: 1540-0866 (W) A string literal must end before the end of the source line. "../../../../openmpi-1.1.4/ompi/tools/ompi_info/ompi_info.cc", line 1.28: 1540-0866 (W) A string literal must end before the end of the source