=========================
GASNet for Chapel release
=========================

This copy of GASNet-EX 2019.6.0 is being released with Chapel for
convenience and was obtained from

  https://gasnet.lbl.gov/

Any Chapel issues that seem to be related to GASNet should be directed
to the Chapel team at https://chapel-lang.org/bugs.html.


Upgrading GASNet versions
=========================

The directory $CHPL_HOME/third-party/gasnet/gasnet-src/ contains the
un-tarballed GASNet package contents.  Version updates should be done as
follows, assuming the CWD is $CHPL_HOME/third-party/gasnet/:

1. un-tarball the new package version into the directory it specifies,
   for example GASNet-2019.6.0
2. git rm -r gasnet-src
3. mv GASNet-2019.6.0 gasnet-src
4. git add --force gasnet-src
   ('--force' is needed so that the 'git add' ignores our .gitignore)
5. commit
6. update the new sources by re-applying any needed patches (see above)
   and commit
7. PR, merge, etc.
