From owner-sc22wg5+sc22wg5-dom9=www.open-std.org@open-std.org  Wed Jun 17 16:21:35 2020
Return-Path: <owner-sc22wg5+sc22wg5-dom9=www.open-std.org@open-std.org>
X-Original-To: sc22wg5-dom9
Delivered-To: sc22wg5-dom9@www.open-std.org
Received: by www.open-std.org (Postfix, from userid 521)
	id 1729E3571C2; Wed, 17 Jun 2020 16:21:35 +0200 (CEST)
Delivered-To: sc22wg5@open-std.org
Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175])
	(using TLSv1 with cipher AES128-SHA (128/128 bits))
	(No client certificate requested)
	by www.open-std.org (Postfix) with ESMTP id A8A9C35698B
	for <sc22wg5@open-std.org>; Wed, 17 Jun 2020 16:21:34 +0200 (CEST)
Received: by mail-qk1-f175.google.com with SMTP id w3so2135383qkb.6
        for <sc22wg5@open-std.org>; Wed, 17 Jun 2020 07:21:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=stevelionel.com; s=google;
        h=to:from:subject:message-id:date:user-agent:mime-version
         :content-transfer-encoding:content-language;
        bh=sQcnZFdxrg/OspH/f7npmLwubqso3aTHsLaUn0ziK1c=;
        b=ToJaXPfiQyQ0hgaO1u3hScUTHpjLAxyAY1OgRIChxzzufWOckGONFZyj1ETWiq+4Wm
         6j8zsJgHodKqbWDVcQmNAdvl41m5zeB9AoihAx/Nr0luTpjREAoepZa8hgYlygOkyYMy
         B9B0s0zm5RRfDw3CK9w8zZUlDLS3iTM47hRjw=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20161025;
        h=x-gm-message-state:to:from:subject:message-id:date:user-agent
         :mime-version:content-transfer-encoding:content-language;
        bh=sQcnZFdxrg/OspH/f7npmLwubqso3aTHsLaUn0ziK1c=;
        b=bWjMBfYU11OaXVkMRZ8qjbzd01u/JkAjLmMaiuMjQLWkTrik15nBaBRbq/pcJ5MNtI
         mj1gslLphul1H0z0WMdlhYEpJwTGs5jyJPC5phXd9ynI0GG/BpVK7pdMl+lPTym5TXjO
         fQt6Eo+FzytHWIIC3WBSgzldzTJpBEUc6W37ct4MGUWsD57QfjvbLWO8ChAYg7ULrAnT
         EdCbDH3IiXGrfH7422MIGoMwJa8Q/SbZ2LFL/9Sai9ckgJoeNZMGwpd4wZafRAuGvxng
         eQ1a3O9eVaeOKfjC28/1OL9zIvEx+4qjbFsZO71a2nKIKuaJPZqCdzbUw8oWYaq33wAh
         y7Xg==
X-Gm-Message-State: AOAM5330m1cR7Aww1jbVgzZR5b41gIBjUglDKXyKuv7YddEHkjH6g95G
	pV4qKFAltMOK7VgjvAF/7eT8N3+JayryMw==
X-Google-Smtp-Source: ABdhPJym3bblpLwW9fjBlXoJ3jjOEz8C/qMQDHoeN7Rc4MSLeWy15wNxI7w/xa3bgo7/DMSTcBDXZg==
X-Received: by 2002:a37:a985:: with SMTP id s127mr7038132qke.198.1592403692369;
        Wed, 17 Jun 2020 07:21:32 -0700 (PDT)
Received: from [192.168.1.12] ([71.161.209.175])
        by smtp.gmail.com with ESMTPSA id u27sm3759qkm.121.2020.06.17.07.21.31
        for <sc22wg5@open-std.org>
        (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128);
        Wed, 17 Jun 2020 07:21:31 -0700 (PDT)
To: WG5 List <sc22wg5@open-std.org>
From: Steve Lionel <steve@stevelionel.com>
Subject: Paper: "History of Coarrays and SPMD Parallelism in Fortran" from
 three of our own
X-Clacks-Overhead:  GNU Terry Pratchett
Message-ID: <620bca2a-75e2-38d5-800b-a2304818f776@stevelionel.com>
Date: Wed, 17 Jun 2020 10:21:29 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101
 Thunderbird/68.9.0
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Sender: owner-sc22wg5@open-std.org
Precedence: bulk

All:

Bill Long, John Reid, and Jon Steidel have written a detailed and 
fascinating paper on the history of coarrays in Fortran, including all 
the twists and turns in the development of that part of the standard. 
Large parts of this story were unknown to me, and I learned a lot. It 
was just published in the "Proceedings of the ACM on Programming 
Languages" and is available for free download at 
https://dl.acm.org/doi/abs/10.1145/3386322 - I don't know if it will 
stay freely available so it is worth downloading the PDF if you want to 
keep it around.

Steve

