Dear All, I tried to install openmpi 1.3 in my home directory on one of the nodes of our cluster. I have adminsitrative rights and is installing as a superuser. The configure phase is fine. The make all install part give me the following problems:
####################################### test -z "/home/jean/openmpi/share/openmpi" || /bin/mkdir -p "/home/jean/openmpi/share/openmpi" /usr/bin/install -c -m 644 'base/help-orte-odls-base.txt' '/home/jean/openmpi/share/openmpi/help-orte-odls-base.txt' /usr/bin/install: accessing `/home/jean/openmpi/share/openmpi/help-orte-odls-base.txt': Transport endpoint is not connected make[3]: *** [install-dist_pkgdataDATA] Error 1 make[3]: Leaving directory `/root/openmpi-1.3/orte/mca/odls' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/root/openmpi-1.3/orte/mca/odls' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/root/openmpi-1.3/orte' make: *** [install-recursive] Error 1 ######################################### Any help will be very appreciated. Jean