From owner-sc22wg5+sc22wg5-dom8=www.open-std.org@open-std.org  Wed May 27 00:10:37 2015
Return-Path: <owner-sc22wg5+sc22wg5-dom8=www.open-std.org@open-std.org>
X-Original-To: sc22wg5-dom8
Delivered-To: sc22wg5-dom8@www.open-std.org
Received: by www.open-std.org (Postfix, from userid 521)
	id EDADF356A27; Wed, 27 May 2015 00:10:36 +0200 (CEST)
Delivered-To: sc22wg5@open-std.org
Received: from mail-yh0-f54.google.com (mail-yh0-f54.google.com [209.85.213.54])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	by www.open-std.org (Postfix) with ESMTP id 6FFCC3566A9
	for <sc22wg5@open-std.org>; Wed, 27 May 2015 00:10:36 +0200 (CEST)
Received: by yhda23 with SMTP id a23so34783204yhd.2
        for <sc22wg5@open-std.org>; Tue, 26 May 2015 15:10:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:date:message-id:subject:from:to:content-type;
        bh=rJffi26VLuxX+Z1f5wWvHwhLyx4X7V7GJvexpJdC+jk=;
        b=KZM+W/PoJOaxOOTgtC91E0MMZlojQTzwCf9owahxKeTotFxpWH3MXjjCmK5sDZmFT1
         AUK/H7mTKkcyeB0gmbe0Y3mE8xWFjzczvLFcfZq06dy5T9rzMIwDKsPKQR4aET9M9d9H
         pWx2eRFkayxCTStysmgRRa0W7lWiSMzfKyUnbkQsQQoQZSaZKnOdJmFPZ+cqY1P5zrcE
         afsP6xZ5bzdkfKppKI+NVJxwLjWnIiclO7aqbM8IZKMmQxjq541AZv+MDjNOsq7aZl9t
         9tPOK6zCisKVLS2QGkj3g716TMjjgTLP4Njoqyj1HBDJ5bFWrGxukdQp5HFj4L+db+4H
         gKcA==
MIME-Version: 1.0
X-Received: by 10.170.173.81 with SMTP id p78mr23970788ykd.91.1432678235411;
 Tue, 26 May 2015 15:10:35 -0700 (PDT)
Received: by 10.129.15.211 with HTTP; Tue, 26 May 2015 15:10:35 -0700 (PDT)
Date: Tue, 26 May 2015 15:10:35 -0700
Message-ID: <CAPsJ1NbDMOfk4s-h3HNNpdTPQEpqifzbqKX2Qjz5S6GjwW7W+g@mail.gmail.com>
Subject: Coarray Fortran on Windows
From: Walt Brainerd <walt.brainerd@gmail.com>
To: "sc22wg5@open-std.org" <sc22wg5@open-std.org>, 
	fortran standards email list for J3 <j3@j3-fortran.org>
Content-Type: multipart/alternative; boundary=001a113abd064c98b905170365c6
Sender: owner-sc22wg5@open-std.org
Precedence: bulk

--001a113abd064c98b905170365c6
Content-Type: text/plain; charset=UTF-8

I thought some you who don't read c.l.f might be interested in this.

Sorry for duplications.

In an attempt to make coarray Fortran available
on Windows (in addition to Intel), I have built
Gfortran 5.1 and the Openmpi and Opencoarrays
libraries.

This is available at www.fortran.com/CAF.zip

You must have Cygwin installed to run it. It is for
64-bit systems only.

I have run it on Windows 8.1 and 7.
Based on my post in c.l.f, others have been able
to run it successfully (and some have not).
So, if you try it, please let us all know how
it goes. Thanks.

To install Coarray Fortran, download the zip
file, unzip it, and execute the setup file
produced. It is an installer, which sets up
paths, etc..

CAF.pdf contains detailed information about the
installation and use of Coarray Fortran.

And there are a few coarray programs to try.
Please ignore the program job_list2.f90; I
haven't yet gotten it to work and forgot that
when I put it in with the examples.

-- 
Walt Brainerd

--001a113abd064c98b905170365c6
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">I thought some you who don&#39;t read c.l.f might be inter=
ested in this.<div><br></div><div><div>Sorry for duplications.</div><div><b=
r></div><div>In an attempt to make coarray Fortran available</div><div>on W=
indows (in addition to Intel), I have built</div><div>Gfortran 5.1 and the =
Openmpi and Opencoarrays</div><div>libraries.</div><div><br></div><div>This=
 is available at <a href=3D"http://www.fortran.com/CAF.zip">www.fortran.com=
/CAF.zip</a></div><div><br></div><div>You must have Cygwin installed to run=
 it. It is for</div><div>64-bit systems only.</div><div><br></div><div>I ha=
ve run it on Windows 8.1 and 7.</div><div>Based on my post in c.l.f, others=
 have been able</div><div>to run it successfully (and some have not).</div>=
<div>So, if you try it, please let us all know how</div><div>it goes. Thank=
s.</div><div><br></div><div>To install Coarray Fortran, download the zip</d=
iv><div>file, unzip it, and execute the setup file</div><div>produced. It i=
s an installer, which sets up</div><div>paths, etc..</div><div><br></div><d=
iv>CAF.pdf contains detailed information about the</div><div>installation a=
nd use of Coarray Fortran.</div><div><br></div><div>And there are a few coa=
rray programs to try.</div><div>Please ignore the program job_list2.f90; I<=
/div><div>haven&#39;t yet gotten it to work and forgot that</div><div>when =
I put it in with the examples.</div><div><br></div>-- <br><div class=3D"gma=
il_signature">Walt Brainerd</div>
</div></div>

--001a113abd064c98b905170365c6--
