Thanks Marco - in master, scheduled for 1.8.5
> On Apr 25, 2015, at 7:44 AM, Marco Atzeri <marco.atz...@gmail.com> wrote:
>
> On 4/24/2015 6:52 PM, Ralph Castain wrote:
>> Any last minute issues people need to report? Otherwise, this baby is going
>> to ship
>>
>> Paul: I will include your README suggestions as they relate to 1.8.5.
>> Thanks, as always!
>> Ralph
>>
>
> attached patch to avoid the link chains
>
> mpif77$(EXEEXT) -> mpifort$(EXEEXT) -> opal_wrapper$(EXEEXT)
> mpif90$(EXEEXT) -> mpifort$(EXEEXT) -> opal_wrapper$(EXEEXT)
>
> and replace with just
>
> mpif77$(EXEEXT) -> opal_wrapper$(EXEEXT)
> mpif90$(EXEEXT) -> opal_wrapper$(EXEEXT)
>
> It is not a bug, but produces side effects with cygwin
> build and package system when it drops the $(EXEEXT) from
> the links and leaves with broken chains.
>
> It should be innocuous on every other system
>
> Regards
> Marco
>
>
>
>
>
>
> <avoid-double-link.patch>_______________________________________________
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post:
> http://www.open-mpi.org/community/lists/devel/2015/04/17366.php