I'm attempting to compile OpenMPI version 1.3.3 with Intel C/C++/Fortran
version 11.1.046.  Others have reported success using these compilers (
http://software.intel.com/en-us/forums/intel-c-compiler/topic/68111/).  The
line where compilation fails is included at the end of this message.  I have
also attached complete "./configure" and "make" outputs.  Does anyone have
any insight as to what I'm doing wrong?

Thanks,
Greg

icpc11.1 -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include
-I../../../ompi/include
-I../../../opal/mca/paffinity/linux/plpa/src/libplpa
-DOMPI_CONFIGURE_USER="\"fischega\"" -DOMPI_CONFIGURE_HOST="\"susedev1\""
-DOMPI_CONFIGURE_DATE="\"Fri Sep  4 09:53:03 EDT 2009\""
-DOMPI_BUILD_USER="\"$USER\"" -DOMPI_BUILD_HOST="\"`hostname`\""
-DOMPI_BUILD_DATE="\"`date`\"" -DOMPI_BUILD_CFLAGS="\"-O3 -DNDEBUG
-finline-functions -fno-strict-aliasing -restrict -pthread
-fvisibility=hidden\"" -DOMPI_BUILD_CPPFLAGS="\"-I../../..  \""
-DOMPI_BUILD_CXXFLAGS="\"-O3 -DNDEBUG -finline-functions -pthread\""
-DOMPI_BUILD_CXXCPPFLAGS="\"-I../../..  \"" -DOMPI_BUILD_FFLAGS="\"\""
-DOMPI_BUILD_FCFLAGS="\"\"" -DOMPI_BUILD_LDFLAGS="\"-export-dynamic  \""
-DOMPI_BUILD_LIBS="\"-lnsl -lutil  \""
-DOMPI_CC_ABSOLUTE="\"/usr/scripts/icc11.1\""
-DOMPI_CXX_ABSOLUTE="\"/usr/scripts/icpc11.1\""
-DOMPI_F77_ABSOLUTE="\"/usr/scripts/ifort11.1\""
-DOMPI_F90_ABSOLUTE="\"/usr/scripts/ifort11.1\""
-DOMPI_F90_BUILD_SIZE="\"small\"" -I../../..    -O3 -DNDEBUG
-finline-functions -pthread -MT components.o -MD -MP -MF $depbase.Tpo -c -o
components.o components.cc &&\
mv -f $depbase.Tpo $depbase.Po
icpc: error #10236: File not found:  'Sep'
icpc: error #10236: File not found:  '4'
icpc: error #10236: File not found:  '09:53:03'
icpc: error #10236: File not found:  'EDT'
icpc: error #10236: File not found:  '2009"'
icpc: error #10236: File not found:  'Sep'
icpc: error #10236: File not found:  '4'
icpc: error #10236: File not found:  '10:11:04'
icpc: error #10236: File not found:  'EDT'
icpc: error #10236: File not found:  '2009"'
icpc: command line warning #10159: invalid argument for option
'-fvisibility'
icpc: error #10236: File not found:  '"'
icpc: command line warning #10156: ignoring option '-p'; no argument
required
icpc: error #10236: File not found:  '"'
icpc: error #10236: File not found:  '"'
icpc: error #10236: File not found:  '"'
make[2]: *** [components.o] Error 1
make[2]: Leaving directory
`/home/fischega/src/openmpi-1.3.3/ompi/tools/ompi_info'

Attachment: ompi-output.tar.bz2
Description: BZip2 compressed data

Reply via email to