Re: [OMPI users] Problems with openmpi-1.4.3

2011-03-21 Thread Gustavo Correa
Hi Amos This form perhaps? 'export PATH=/opt/openmpi/bin:$PATH' You don't want to wipe off the existing path, just add openmpi to it. Also, Intel also has its shared libraries, which may be causing trouble. My guess is that you need to set the Intel environment first by placing a line more or l

Re: [OMPI users] Problems with openmpi-1.4.3

2011-03-21 Thread David Zhang
I don't know if your alias got mapped when mpicc is called. Try adding /usr/lib to LD_LIBRARY_PATH? On Sun, Mar 20, 2011 at 7:43 PM, Amos Leffler wrote: > Hi, > I have been having problems getting openmpi-1.4.3 with Linux > under SUSE 11.3. I have put the following entries in .bashrc:

[OMPI users] Problems with openmpi-1.4.3

2011-03-20 Thread Amos Leffler
Hi, I have been having problems getting openmpi-1.4.3 with Linux under SUSE 11.3. I have put the following entries in .bashrc: PATH: /opt/openmpi/bin LD_LIBRARY_PATH /opt/openmpi/lib aliasifort='opt/