Skip to content

Commit

Permalink
Update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Dec 12, 2024
1 parent c441ace commit 1c88cac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/SCHISM.local.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#####################################################################
#Leave this on
set(BLD_STANDALONE ON CACHE BOOLEAN "SCHISM standalone")
set(SH_MEM_COMM ON CACHE BOOLEAN "Use shared memory communicator")
set(SH_MEM_COMM OFF CACHE BOOLEAN "Use shared memory communicator")

#Default is NO_PARMETIS=OFF, i.e. use ParMETIS
set(NO_PARMETIS OFF CACHE BOOLEAN "Turn off ParMETIS")
Expand Down
4 changes: 2 additions & 2 deletions mk/include_modules
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# EXEC := $(EXEC)_NOPM

# Share memory communicator
SH_MEM_COMM = yes
EXEC := $(EXEC)_SH_MEM_COMM
# SH_MEM_COMM = yes
# EXEC := $(EXEC)_SH_MEM_COMM

# Old nc output option (each rank dumps its own data)
# USE_OLDIO = yes
Expand Down
3 changes: 2 additions & 1 deletion src/Readme.beta_notes
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,8 @@ git versions:
151. `5914ae2` (Mar 26, 2024): fix an init error for diffm* (c/o Ufuk)
161. `ca44ba0` (1 May 2024): fixed bugs in vegetation&marsh module (uninited sav_h0 etc)
162. `cfb58a5` [5 July 2024] replace fatal errors with warning in btrack (no intersecting edges). These are exaordinary exceptions that occur rarely.
163. - `2f88fc5` (7 Aug 2024): changed horizontal diffusion method to filter;
163. `2f88fc5` (7 Aug 2024): changed horizontal diffusion method to filter;
164. `` (Dec 2024): added share memory communicator for efficient bcast

================================================================================================
(D) Auto-test history:
Expand Down

0 comments on commit 1c88cac

Please sign in to comment.