Re: [mpich-discuss] lib/libmpi.so doesn't contain the MPI_Status_c2f symbol in the FreeBSD mpich package
Does Fortran configure test for integer size pass? On Thu, Sep 27, 2018 at 6:39 PM Yuri <[email protected]> wrote:
On FreeBSD 11.2, the port net/mpich (version 3.2.1) builds lib/libmpi.so without MPI_Status_c2f:
$ readelf -s /usr/local/lib/libmpi.so | grep MPI_Status_c2 440: 00000000000e7dc0 98 FUNC GLOBAL DEFAULT 11 PMPI_Status_c2f
This breaks several dependencies, for ex. mpi4py, see the discussion here:
https://bitbucket.org/mpi4py/mpi4py/issues/111/build-failures-but-build-succ...
Please help to understand what goes wrong during the port build.
Thanks,
Yuri
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
-- Jeff Hammond [email protected] http://jeffhammond.github.io/ _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Jeff Hammond