From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4758 invoked by alias); 3 Apr 2018 15:02:45 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 4749 invoked by uid 89); 3 Apr 2018 15:02:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=sole, Images, images X-HELO: troutmask.apl.washington.edu Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Apr 2018 15:02:39 +0000 Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id w33F2WQI023308 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 3 Apr 2018 08:02:32 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id w33F2Vgm023307; Tue, 3 Apr 2018 08:02:31 -0700 (PDT) (envelope-from sgk) Date: Tue, 03 Apr 2018 15:02:00 -0000 From: Steve Kargl To: Alastair McKinstry Cc: Zaak Beekman , fortran@gcc.gnu.org, Toon Moene , "Gerald \"Jerry\" DeLisle" , Damian Rouson Subject: Re: Coarrays in Debian Testing. Message-ID: <20180403150231.GA23268@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <1522457085.31631.ezmlm@gcc.gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00007.txt.bz2 On Tue, Apr 03, 2018 at 03:36:44PM +0100, Alastair McKinstry wrote: > > I should examine the gcc build process that uses MPICH and extend it to > use OpenMPI as an option, and see whats needed for Failed Images in > OpenMPI: having gfortran depend on mpich while openmpi is the default > MPI in Debian would be .. unhelpful. > gfortran does not, and hopefully will never, depend on MPICH as the sole MPI implementation. -- Steve