Skip to content

Commit

Permalink
Merge pull request #302 from edoapra/ga_deallocate-fix-for-master
Browse files Browse the repository at this point in the history
bring back ga_deallocate deleted in a previous commit
  • Loading branch information
edoapra authored Mar 17, 2023
2 parents f4016b8 + 22c8bfc commit ddda636
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions global/src/global.fh.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
parameter (ga_max_dim = GA_MAX_DIM)
!
logical ga_allocate
logical ga_deallocate
complex ga_cdot
complex ga_cdot_patch
integer ga_cluster_nnodes
Expand Down Expand Up @@ -71,6 +72,7 @@
double complex ga_zdot
double complex ga_zdot_patch
logical nga_allocate
logical nga_deallocate
complex nga_cdot
complex nga_cdot_patch
integer nga_cluster_nnodes
Expand Down Expand Up @@ -154,6 +156,7 @@
double complex nga_zdot_patch
!
external ga_allocate
external ga_deallocate
external ga_cdot
external ga_cdot_patch
external ga_cluster_nnodes
Expand Down Expand Up @@ -222,6 +225,7 @@
external ga_zdot
external ga_zdot_patch
external nga_allocate
external nga_deallocate
external nga_cdot
external nga_cdot_patch
external nga_cluster_nnodes
Expand Down

0 comments on commit ddda636

Please sign in to comment.