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

Si, Min msi at anl.gov
Mon Oct 1 13:06:29 CDT 2018


Hi Yuri,

I figured out this problem. On FreeBSD, the MPI_* weak symbols must use 
__attribute__  ((weak, alias("PMPI_*"))), but such option is not set in 
some MPI functions such as MPI_Status_c2f.

We will fix this problem in MPICH soon. You can use this ticket to check 
fixing status:
https://github.com/pmodels/mpich/issues/3348

Thanks for reporting this bug.

Min

On 2018/09/29 0:50, Yuri wrote:
> On 9/28/18 12:29 PM, Si, Min wrote:
>>
>> I need to build MPICH on the same FreeBSD version to figure it out.
>
>
> Install into a VM using this ISO image: 
> https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/11.2/FreeBSD-11.2-RELEASE-amd64-disc1.iso
>
> In VM, cd /usr/ports/net/mpich && make
>
>
> Yuri
>
>
> _______________________________________________
> discuss mailing list     discuss at mpich.org
> To manage subscription options or unsubscribe:
> https://lists.mpich.org/mailman/listinfo/discuss

_______________________________________________
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