Re: [OMPI users] Fwd: installation with two different compilers

2009-10-26 Thread Jeff Squyres
Sorry for the delay in answering. More below. On Oct 23, 2009, at 4:02 AM, Francesco Pietra wrote: I have also put the 1.3.3 version (gfortran) on the path: #For openmpi-1.2.6 Intel compiler if [ "$LD_LIBRARY_PATH" ] ; then export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib" else e

[OMPI users] Fwd: installation with two different compilers

2009-10-23 Thread Francesco Pietra
I have also put the 1.3.3 version (gfortran) on the path: #For openmpi-1.2.6 Intel compiler if [ "$LD_LIBRARY_PATH" ] ; then export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib" else export LD_LIBRARY_PATH="/usr/local/lib" fi #For openmpi-1.3.3 gnu (gfortran) compiled if [ "$LD_LIBRARY_