From 1c88cac95097b8d1099b73f2afa1b02fd9c5c0dd Mon Sep 17 00:00:00 2001 From: Joseph Zhang Date: Thu, 12 Dec 2024 11:55:47 -0500 Subject: [PATCH] Update notes --- cmake/SCHISM.local.build | 2 +- mk/include_modules | 4 ++-- src/Readme.beta_notes | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cmake/SCHISM.local.build b/cmake/SCHISM.local.build index 63c31c2d..1af0d79b 100644 --- a/cmake/SCHISM.local.build +++ b/cmake/SCHISM.local.build @@ -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") diff --git a/mk/include_modules b/mk/include_modules index 6c188271..111b0cc7 100644 --- a/mk/include_modules +++ b/mk/include_modules @@ -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 diff --git a/src/Readme.beta_notes b/src/Readme.beta_notes index 7bfd6912..e125dd9d 100644 --- a/src/Readme.beta_notes +++ b/src/Readme.beta_notes @@ -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: