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

Commit

Permalink
Most coarray methods implemented, but not fully tested
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Apr 14, 2023
1 parent fe00a04 commit be4985c
Show file tree
Hide file tree
Showing 19 changed files with 1,484 additions and 318 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ SET(FAST_MATH_FILES
SET(COARRAY_FILES
${SRC}/coarray/coarray_module.f90
${SRC}/swiftest/swiftest_coarray.f90
${SRC}/whm/whm_coarray.f90
${SRC}/rmvs/rmvs_coarray.f90
)

IF(USE_COARRAY)
Expand Down
2 changes: 1 addition & 1 deletion src/base/base_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ subroutine base_util_snapshot_save(self, snapshot)
!! Memory usage grows by a factor of 2 each time it fills up, but no more.
implicit none
! Arguments
class(base_storage), intent(inout) :: self !! Storage ncounter storage object
class(base_storage), intent(inout) :: self !! Storage encounter storage object
class(*), intent(in) :: snapshot !! Object to snapshot
! Internals
integer(I4B) :: nnew, nold
Expand Down
Loading

0 comments on commit be4985c

Please sign in to comment.