Skip to content

Commit

Permalink
Switch GA submodule to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wperkins authored and Bruce J Palmer committed Oct 31, 2023
1 parent 11057c5 commit 209f5ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[submodule "src/ga"]
path = src/ga
url = https://github.com/GlobalArrays/ga.git
branch = feature/init-comm
branch = develop
[submodule "python/pybind11"]
path = python/pybind11
url = https://github.com/pybind/pybind11.git
2 changes: 1 addition & 1 deletion src/ga
Submodule ga updated 94 files
+52 −15 .github/workflows/github_actions.yml
+46 −0 CHANGELOG.md
+42 −19 CMakeLists.txt
+0 −50 COPYRIGHT
+23 −0 DISCLAIMER
+9 −0 LICENSE
+6 −0 Makefile.am
+7 −2 README.md
+2 −2 armci/README
+2 −2 armci/configure.ac
+1 −1 armci/examples/features/non-blocking/overlap/overlap.c
+1 −1 armci/src-gemini/shmem.c
+1 −1 armci/src-portals/shmem.c
+1 −1 armci/src/collectives/message.c
+2 −2 armci/src/common/armci.c
+4 −2 armci/src/common/capi.c
+7 −0 armci/src/include/armci.h
+3 −0 armci/src/include/parmci.h
+1 −1 armci/src/memory/shmem.c
+0 −106 cmake/FindIntelSYCL.cmake
+32 −14 cmake/ga-compiler-options.cmake
+1 −6 cmake/ga-linalg.cmake
+25 −36 cmake/ga-utils.cmake
+0 −3 cmake/globalarrays-config.cmake.in
+22 −26 cmx/src-mpi-pr/cmx.c
+3 −2 comex/CMakeLists.txt
+2 −0 comex/cmake/config.h.in
+5 −2 comex/configure.ac
+19 −0 comex/m4/comex_enable_sysv.m4
+1 −0 comex/src-armci/armci.c
+22 −26 comex/src-mpi-mt/comex.c
+415 −39 comex/src-mpi-pr/comex.c
+3 −0 comex/src-mpi-pr/groups.c
+8 −2 comex/src-mpi-pr/reg_cache.c
+15 −3 comex/src-mpi-pr/reg_cache.h
+276 −29 comex/src-mpi-pt/comex.c
+8 −1 comex/src-mpi-pt/reg_cache.c
+14 −1 comex/src-mpi-pt/reg_cache.h
+19 −0 comex/src-mpi3/comex.c
+22 −26 comex/src-portals4/comex.c
+5 −1 configure.ac
+38 −20 ga++/CMakeLists.txt
+67 −0 ga++/testing/create_irreg_test.cc
+1 −1 ga++/testing/thread-safe.cc
+3 −3 global/README
+1 −1 global/doc/README
+36 −0 global/examples/CMakeLists.txt
+1 −0 global/src/CMakeLists.txt
+164 −39 global/src/base.c
+2 −2 global/src/base.h
+22 −18 global/src/ga.h
+4 −4 global/src/ga_malloc.c
+1 −1 global/src/gacommon.h
+0 −8 global/src/global.fh.in
+15 −0 global/src/global.nalg.c
+2 −2 global/src/global.npatch.c
+12 −0 global/src/iterator.c
+1 −1 global/src/nbutil.c
+24 −7 global/src/onesided.c
+3 −3 global/src/peigstubs.c
+1 −1 global/src/scalapack.F
+85 −218 global/testing/CMakeLists.txt
+4 −3 global/testing/bin.F
+28 −2 global/testing/comm_init.c
+3 −2 global/testing/d2test.F
+24 −16 global/testing/g2test.F
+464 −0 global/testing/laplace.c
+14,601 −0 global/testing/ngatest_src/generated/nga-onesided.F
+15,996 −0 global/testing/ngatest_src/generated/nga-patch.F
+7,608 −0 global/testing/ngatest_src/generated/nga-periodic.F
+6,131 −0 global/testing/ngatest_src/generated/nga-scatter.F
+2,750 −0 global/testing/ngatest_src/generated/nga-util.F
+28,358 −0 global/testing/ngatest_src/generated/ngatest.F
+169 −45 global/testing/test.F
+45 −14 global/testing/testmatmult.F
+1 −1 global/testing/thread_perf_contig.c
+1 −1 global/testing/thread_perf_strided.c
+1 −1 global/testing/threadsafec.c
+7 −7 m4/ga_elpa.m4
+14 −2 m4/ga_f77_integer_size.m4
+23 −0 m4/ga_gnu_loop_vect.m4
+4 −12 ma/CMakeLists.txt
+1 −1 pario/dra/README
+12 −12 pario/dra/drap.h
+22 −22 pario/dra/fortran.c
+2 −1 pario/dra/ntest.F
+1 −0 tcgmsg/fapi.c
+1 −1 tcgmsg/tcgmsg-mpi/README
+35 −2 travis/build-run.sh
+18 −0 travis/fix_xcodebuild.sh
+8 −20 travis/install-autotools.sh
+13 −4 travis/install-intel.sh
+9 −0 travis/install-mpi.sh
+1 −1 travis/install-sicm.sh

0 comments on commit 209f5ab

Please sign in to comment.