[mpich-discuss] [RESOLVED] Re: Is libmpichf90.so Part of MPICH ?

Peter Willis pwillis at aslenv.com
Tue Jul 12 17:16:51 CDT 2011


Hello,

The problem appears to be related to concurrent installs
of 'gfortran'   and  'fort77'.

I removed 'fort77' from the system and reconfigured

(./configure --prefix .... etc)

Both FORTRAN 77 and 90 are then handled solely by gfortran
rather than dividing compilation tasks between gfortran and fort77.

Running 'make'  then produces all the expected libaries
including the previously missing 'libmpichf90.so'.

So the solution appears to be avoiding the mix
of FORTRAN compilers. 'gfortran' appears to work
just fine for both specifications.

My apologies if I have wasted anyone's time on this.


Best regards,

Peter


More information about the mpich-discuss mailing list