From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 787 invoked by alias); 22 Oct 2019 06:39:57 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 706 invoked by uid 9022); 22 Oct 2019 06:39:56 -0000 Date: Tue, 22 Oct 2019 06:39:00 -0000 Message-ID: <20191022063956.702.qmail@sourceware.org> From: gerald@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c8ec955dd8e93e75216528440e991a3662852c69 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8a69203aa9de31f8e544e8403671f4ed309209c6 X-Git-Newrev: c8ec955dd8e93e75216528440e991a3662852c69 X-SW-Source: 2019/txt/msg00275.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via c8ec955dd8e93e75216528440e991a3662852c69 (commit) via 1d67809c07a5e60220f2d2e03a4ff2de33302721 (commit) from 8a69203aa9de31f8e544e8403671f4ed309209c6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c8ec955dd8e93e75216528440e991a3662852c69 Merge: 1d67809 8a69203 Author: Gerald Pfeifer Date: Tue Oct 22 08:39:48 2019 +0200 Merge branch 'master' of git+ssh://gcc.gnu.org/git/gcc-wwwdocs commit 1d67809c07a5e60220f2d2e03a4ff2de33302721 Author: Gerald Pfeifer Date: Tue Oct 22 08:38:17 2019 +0200 Replace (or remove) broken references to upc.gwu.edu and www2.gwu.edu/~upc. diff --git a/htdocs/projects/gupc.html b/htdocs/projects/gupc.html index e4c8111..4fe9efb 100644 --- a/htdocs/projects/gupc.html +++ b/htdocs/projects/gupc.html @@ -14,7 +14,7 @@

The GNU UPC project implements a compilation and execution environment for programs written in the -UPC (Unified Parallel C) language. +UPC (Unified Parallel C) language. The GNU UPC compiler extends the capabilities of the GNU GCC compiler. The GUPC compiler is implemented as a C Language dialect translator, in a fashion similar to the @@ -38,10 +38,8 @@ extensions to the "C" parser that recognizes the UPC language syntax.

Features

    -
  • - UPC 1.2 specification compliant
  • -
  • - UPC collectives library support
  • +
  • UPC 1.2 specification compliant
  • +
  • UPC collectives library support
  • Fast bit packed pointer-to-shared support
  • Configurable UPC pointer-to-shared representation
  • Pthreads support (where each UPC thread is mapped to a pthread)
  • @@ -80,7 +78,7 @@ on a platform of interest to you, we recommend that you join the

    Download

    The latest release of GUPC can be downloaded from gccupc.org. +href="https://www.gccupc.org/download">gccupc.org.

    Alternatively, read-only SVN access to the GUPC branch can be used to ----------------------------------------------------------------------- Summary of changes: htdocs/projects/gupc.html | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs