[mpich-discuss] lib/libmpi.so doesn't contain the MPI_Status_c2f symbol in the FreeBSD mpich package

Si, Min msi at anl.gov
Fri Sep 28 14:29:42 CDT 2018


It looks like MPICH could not find weak symbol support for some reason.

From your log at https://people.freebsd.org/~yuri/mpich-configure.log

checking for type of weak symbol alias support... no
checking whether __attribute__ ((weak)) allowed... yes
checking whether __attribute__ ((weak_import)) allowed... yes
checking whether __attribute__((weak,alias(...))) allowed... yes

The expected output should be
checking for type of weak symbol alias support... pragma weak

I need to build MPICH on the same FreeBSD version to figure it out.

Min


On 2018/09/27 22:16, Yuri wrote:
On 9/27/18 7:48 PM, Si, Min wrote:
Could you please attache the whole config.log ?

I just tried MPICH-3.2.1 on FreeBSD 10.3, it lists both PMPI and MPI
symbols. It looks like your build does not contain weak symbols.


FreeBSD 10.3 is old, about to become obsolete.

Here is the complete configure.log: https://people.freebsd.org/~yuri/mpich-configure.log


Yuri


_______________________________________________
discuss mailing list     discuss at mpich.org<mailto:discuss at mpich.org>
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpich.org/pipermail/discuss/attachments/20180928/52a34de2/attachment.html>
-------------- next part --------------
_______________________________________________
discuss mailing list     discuss at mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss


More information about the discuss mailing list