RE: [easybuild] OpenMPI 1.10.3 - mpifort wrong search path for libgfortran.so

2017-11-20 Thread Vanzo, Davide
Kenneth, Yes, the correct path is in both LD_LIBRARY_PATH and in LIBRARY_PATH. Attached you can find the outputs of $ LD_DEBUG=all mpifort multitask_mpi.f90 on two different servers that have the same minimal OS but one works and the other fails. The only difference is the CPU architecture

RE: [easybuild] OpenMPI 1.10.3 - mpifort wrong search path for libgfortran.so

2017-11-20 Thread Vanzo, Davide
John, Thank you for your feedback but your point is exactly what I meant when I said that the /usr/lib64/libgfortran.so does not exist for obvious reasons. I am working on a minimal CentOS 7.2 installation (hence no gfortran installed with the OS) and that is why I cannot understand why it

Re: [easybuild] OpenMPI 1.10.3 - mpifort wrong search path for libgfortran.so

2017-11-20 Thread Kenneth Hoste
Hi Davide, On 20/11/2017 16:06, Vanzo, Davide wrote: Hello EasyBuilders! I have started building the foss-2016b toolchain on a new server and I am stumbling against an error that I have never seen before and for which I cannot pinpoint the cause. When I try to compile a fortran source with