There's usually an "icc_vars.sh" script somewhere in your intel
compiler installation (and corresponding "icc_vars.csh" if you're
using C-flavored shells) that will do things like add the intel paths
to LD_LIBRARY_PATH, etc. If you source this file, all should be well.
You may also need to
Amos,
The libraries that ldd isn't finding are intel fortran libraries. If
you put that directory in your load library path things should work.
Doug Reeder
On Mar 16, 2009, at 12:05 PM, Amos Leffler wrote:
Hi Josh and Jeff,
I found mpicc in /usr/local/lib (where I put it) and when I
tr
You need to have the Intel compilers (both C and Fortran) in your
LD_LIBRARY_PATH so they can resolve the imf library.
On Mar 16, 2009, at 1:05 PM, Amos Leffler wrote:
Hi Josh and Jeff,
I found mpicc in /usr/local/lib (where I put it) and when I
tried the command "ldd mpicc" I got the f
Hi Josh and Jeff,
I found mpicc in /usr/local/lib (where I put it) and when I
tried the command "ldd mpicc" I got the following;
linux-f2f9:/usr/local/bin # ldd mpicc
libopen-pal.so.0 => /usr/local/lib/libopen-pal.so.0 (0x2afcd6bf6000)
libm.so.6 => /lib64/libm.so.6 (0x
On Mar 13, 2009, at 2:42 PM, Amos Leffler wrote:
Thanks for your advice. I went back carefully through my PATH
file and corrected that so that I compiled openmpi-1.2.9 with the
Intel compilers seemingly without errors. However, the simple test
examples wont run with the same error:
~/Des
Hi Josh,
Thanks for your advice. I went back carefully through my PATH
file and corrected that so that I compiled openmpi-1.2.9 with the
Intel compilers seemingly without errors. However, the simple test
examples wont run with the same error:
~/Desktop/openmpi-1.2.9/examples> mpicc hello_c.
Hi Amos,
It looks like you do not have permission to make the directory /usr/
local/etc. Either you need to run the make all install as root, so
you have permission to that directory, or you need to use the --
prefix= option to configure so that the installation gets
installed into a path