This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, libgfortran RFC] Installation script for OpenCoarrays to enable multi-image gfortran
- From: FX <fxcoudert at gmail dot com>
- To: Jerry DeLisle <jvdelisle at charter dot net>
- Cc: gfortran <fortran at gcc dot gnu dot org>, GCC Development <gcc at gcc dot gnu dot org>, Damian Rouson <damian at sourceryinstitute dot org>, Izaak Beekman <izaak at izaakbeekman dot com>, Andre Vehreschild <vehre at gmx dot de>
- Date: Thu, 26 Jan 2017 14:25:20 +0100
- Subject: Re: [patch, libgfortran RFC] Installation script for OpenCoarrays to enable multi-image gfortran
- Authentication-results: sourceware.org; auth=none
- References: <1fca5e2b-366d-9eb8-57c8-cdecd102cd21@charter.net>
Hi Jerry,
A few questions:
- why mpich? doesn’t opencoarrays support any MPI implementation?
- I am a bit surprised by the complexity of the script… couldn’t we provide a Makefile for opencoarrays, to be compatible with our other build requirements?
- do we want to work towards seamless implementation of coarrays into gfortran, or coexistence as a separate package (as is currently the case, for example in Mac Homebrew, where it ships as a separate — but compatible — package)?
FX