0
我想打了openmpi 1.10.2與英特爾國際刑事法院與ICPC在Ubuntu 14.04 64位,所以首先我安裝了英特爾標準者,進行檢查:
$ icc -v
$ icc version 13.1.0 (gcc version 4.7.0 compatibility)
$ icpc -v
$ icpc version 13.1.0 (gcc version 4.7.0 compatibility)
$ which icc
$ /opt/intel/composer_xe_2013.2.146/bin/intel64/icc
$ which icpc
$ /opt/intel/composer_xe_2013.2.146/bin/intel64/icpc
after these, in openmpi directory:
$ ./configure --prefix=/usr/local CC=icc CXX=icpc
... output of configure ...
$ sudo make
... output of make ...
$ sudo make install
/home/riza/openmpi-1.10.2/libtool: line 8979: icc: command not found
libtool: install: error: relink `libopen-rte.la' with the above command before installing it
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory `/home/riza/openmpi-1.10.2/orte'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/riza/openmpi-1.10.2/orte'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/riza/openmpi-1.10.2/orte'
make: *** [install-recursive] Error 1
你能幫幫我嗎?
禮