Sorry but I didn't understand the relation between name changes and wrapper compilers. I only used --enable-static in the configure process.
> -rw-r--r-- 1 root root 1029580 Jul 11 23:51 libmpi_mpifh.a > -rw-r--r-- 1 root root 17292 Jul 11 23:51 libmpi_usempi.a >These are the two for v1.10.x. So, for an application that used libmpi_f90.a, I have to specify those two files. Is that right? MPI_INTERFACE=libmpi_f90.a -> MPI_INTERFACE=libmpi_mpifh.a libmpi_usempi.a Regards, Mahmood