Re: [OMPI users] mpifort cannot find libgfortran.so at the correct path

2018-02-22 Thread Vanzo, Davide
:00 Vanzo, Davide wrote: Jeff, Thanks for pointing me in the right direction. I have finally figured out what the problem is. On the cluster we install Slurm via RPMs and the PMI/PMI2 libraries are in /usr/lib64. Hence the -L/usr/lib64 flag is the effect of the --with-pmi=/usr configure flag

Re: [OMPI users] mpifort cannot find libgfortran.so at the correct path

2017-11-29 Thread Vanzo, Davide
Engineering Advanced Computing Center for Research and Education (ACCRE) Vanderbilt University - Hill Center 201 (615)-875-9137 www.accre.vanderbilt.edu On 2017-11-29 16:07:04-06:00 Jeff Squyres (jsquyres) wrote: On Nov 29, 2017, at 4:51 PM, Vanzo, Davide <davide.va...@vanderbilt.edu>

Re: [OMPI users] mpifort cannot find libgfortran.so at the correct path

2017-11-29 Thread Vanzo, Davide
upgrade to Open MPI 3.0.x, could you upgrade to Open MPI 1.10.7? We may well have fixed the issue in that time (i.e., do not have mpifort add -L/usr/lib64 to the command line). &gt; On Nov 29, 2017, at 11:30 AM, Vanzo, Davide <davide.va...@vanderbilt.edu> wrote: &gt; &gt; Tha

Re: [OMPI users] mpifort cannot find libgfortran.so at the correct path

2017-11-29 Thread Vanzo, Davide
Thank you Åke, Reuti and Thomas for your replies. Just to clarify. The reason why /usr/lib64/libgfortran.so does not exist is intentional because on our cluster we use a minimal CentOS installation and all libraries are provided through the software stack built via EasyBuild on a non-system pat