Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Major restructing to move a bunch of basic utillity functions that op…
Browse files Browse the repository at this point in the history
…erate on standard data types (DP, I4B, etc) to the base_module. This will make it easier to use them inside the coarray module. Also built coarray submodules to put implementations in. Restructuring still needs more thorough testing
  • Loading branch information
daminton committed Apr 20, 2023
1 parent 042a882 commit 2e2e97c
Show file tree
Hide file tree
Showing 20 changed files with 3,389 additions and 3,359 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ SET(FAST_MATH_FILES

SET(COARRAY_FILES
${SRC}/coarray/coarray_module.f90
${SRC}/coarray/coarray_clone.f90
${SRC}/coarray/coarray_collect.f90
${SRC}/swiftest/swiftest_coarray.f90
${SRC}/whm/whm_coarray.f90
${SRC}/rmvs/rmvs_coarray.f90
Expand Down
1,729 changes: 1,709 additions & 20 deletions src/base/base_module.f90

Large diffs are not rendered by default.

Loading

0 comments on commit 2e2e97c

Please sign in to comment.