Hi,
I need libmpi_f90.a for building an application. I have manually compiled
1.6.5 and 1.10.3 but that file is absent. Instead I see these
openmpi-1.6.5/lib/libmpi_f90.la
openmpi-1.10.3/lib/libmpi_mpifh.la
What should I do?
Regards,
Mahmood
> On Jul 10, 2016, at 9:59 AM, Mahmood Naderan wrote:
>
> Hi,
> I need libmpi_f90.a for building an application. I have manually compiled
> 1.6.5 and 1.10.3 but that file is absent. Instead I see these
>
> openmpi-1.6.5/lib/libmpi_f90.la
> openmpi-1.10.3/lib/libmpi_mpifh.la
If you have the .la
>./configure --disable-shared --enable-static
Thank you very much
Regards,
Mahmood