On Wednesday 30 September 2009, vighn...@aero.iitb.ac.in wrote: ... > during > configuring with Intel 9.0 compiler the installation gives following > error. > > [root@test_node openmpi-1.3.3]# make all install ... > make[3]: Entering directory `/tmp/openmpi-1.3.3/orte' > test -z "/share/apps/mpi/openmpi/intel/lib" || /bin/mkdir -p > "/share/apps/mpi/openmpi/intel/lib" > /bin/sh ../libtool --mode=install /usr/bin/install -c 'libopen-rte.la' > '/share/apps/mpi/openmpi/intel/lib/libopen-rte.la' > libtool: install: error: cannot install `libopen-rte.la' to a directory > not ending in /share/apps/mpi/openmpi/pgi/lib
The line above indicates that you've somehow attempted this from a dirty tree and/or environment (dirty from the previous pgi installation...). Try a clean environment, clean build tree. Source the icc/ifort-vars.sh files from your intel install dir, set CC, CXX, FC, F77 and do: "./configure --prefix=... && make && make install" /Peter
signature.asc
Description: This is a digitally signed message part.