From ffdf5e0441ea37eafc66e4ef7160115e6f5c19b2 Mon Sep 17 00:00:00 2001 From: Lisa Bengtsson Date: Fri, 20 Aug 2021 03:00:01 +0000 Subject: [PATCH 1/2] address error in cellular automaton scheme causing a memory leak --- .gitmodules | 4 ++-- stochastic_physics | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9dca13dffd..abbe68c9f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,8 +12,8 @@ branch = develop [submodule "stochastic_physics"] path = stochastic_physics - url = https://github.com/noaa-psd/stochastic_physics - branch = master + url = https://github.com/lisa-bengtsson/stochastic_physics + branch = bugfix/memoryleak [submodule "CMakeModules"] path = CMakeModules url = https://github.com/NOAA-EMC/CMakeModules diff --git a/stochastic_physics b/stochastic_physics index f4b649a74d..05b8184de6 160000 --- a/stochastic_physics +++ b/stochastic_physics @@ -1 +1 @@ -Subproject commit f4b649a74d8ae750f39296d3c8f639381a4bdfdd +Subproject commit 05b8184de6b19d548c41819252b7d14cd4513068 From 70e0b7f4077c47bb5f1bd30c6330988bdde8da62 Mon Sep 17 00:00:00 2001 From: Lisa Bengtsson Date: Fri, 20 Aug 2021 03:06:00 +0000 Subject: [PATCH 2/2] revert .gitmodules accedentaly updated --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index abbe68c9f0..9dca13dffd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,8 +12,8 @@ branch = develop [submodule "stochastic_physics"] path = stochastic_physics - url = https://github.com/lisa-bengtsson/stochastic_physics - branch = bugfix/memoryleak + url = https://github.com/noaa-psd/stochastic_physics + branch = master [submodule "CMakeModules"] path = CMakeModules url = https://github.com/NOAA-EMC/CMakeModules