The most current version still using GCC 5 is an indication we may want/need to remove this at one point. For now I opted to keep it.
Committed. Gerald commit 1d67809c07a5e60220f2d2e03a4ff2de33302721 Author: Gerald Pfeifer <ger...@pfeifer.com> 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 @@ <p>The GNU UPC project implements a compilation and execution environment for programs written in the -<a href="http://upc.gwu.edu/">UPC (Unified Parallel C)</a> language. +<a href="https://www.gccupc.org">UPC (Unified Parallel C)</a> 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. <h2>Features</h2> <ul> -<li><a href="https://www2.gwu.edu/~upc/docs/upc_specs_1.2.pdf"> - UPC 1.2 specification</a> compliant</li> -<li><a href="http://upc.gwu.edu/docs/UPC_Coll_Spec_V1.0.pdf"> - UPC collectives</a> library support</li> +<li>UPC 1.2 specification compliant</li> +<li>UPC collectives library support</li> <li>Fast bit packed pointer-to-shared support</li> <li>Configurable UPC pointer-to-shared representation</li> <li>Pthreads support (where each UPC thread is mapped to a pthread)</li> @@ -80,7 +78,7 @@ on a platform of interest to you, we recommend that you join the <h2>Download</h2> <p>The latest release of GUPC can be downloaded from <a -href="http://www.gccupc.org/download">gccupc.org</a>. +href="https://www.gccupc.org/download">gccupc.org</a>. </p> <p>Alternatively, read-only SVN access to the GUPC branch can be used to