Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:GlobalArrays/ga into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce J Palmer committed Feb 5, 2025
2 parents f63e27b + 8b6c250 commit 5a2fb94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GA++ is a C++ binding for global arrays.
## WHERE IS THE DOCUMENTATION?

The [GA manual](https://globalarrays.readthedocs.io) contains all the documentation.
The API reference can be found [here](https://hpc.pnl.gov/globalarrays/userinterface.shtml)
The API reference can be found [here](https://globalarrays.github.io/userinterface.html)

## QUESTIONS/HELP/SUPPORT/BUG-REPORT

Expand Down
4 changes: 2 additions & 2 deletions global/src/gacommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#define GA_MAX_CACHE 10

#define GA_VERSION_MAJOR 5
#define GA_VERSION_MINOR 8
#define GA_VERSION_PATCH 2
#define GA_VERSION_MINOR 9
#define GA_VERSION_PATCH 0

#define C_CHAR MT_C_CHAR
#define C_DBL MT_C_DBL
Expand Down

0 comments on commit 5a2fb94

Please sign in to comment.