From c2dadf83142a592f110aa9a51a0c2a481efff4c3 Mon Sep 17 00:00:00 2001 From: Lizzie Lundgren Date: Tue, 24 Sep 2024 07:54:10 -0600 Subject: [PATCH] Update url of HETP submodule to use main repository rather than fork Updates for compatibility with GEOS-Chem are now merged into HETP and released as tag HETPv1.1. This removes the prior need to use the fork in the GEOS-Chem github organization. This is a zero diff update. Signed-off-by: Lizzie Lundgren --- .gitmodules | 6 +++--- src/chemistry/hetp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0c93f7f647..9c89fc0fcb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -63,10 +63,10 @@ [submodule "hetp"] path = src/chemistry/hetp - url = https://github.com/geoschem/heterogeneous-vectorized-or-parallel.git + url = https://github.com/sjmiller204/heterogeneous-vectorized-or-parallel.git fxrequired = AlwaysRequired - fxtag = geoschem_hetp_1.0 - fxDONOTUSEurl = https://github.com/geoschem/heterogeneous-vectorized-or-parallel.git + fxtag = HETPv1.1 + fxDONOTUSEurl = https://github.com/sjmiller204/heterogeneous-vectorized-or-parallel.git [submodule "hemco"] path = src/hemco diff --git a/src/chemistry/hetp b/src/chemistry/hetp index 2a99b24625..4d5b438200 160000 --- a/src/chemistry/hetp +++ b/src/chemistry/hetp @@ -1 +1 @@ -Subproject commit 2a99b24625ed26cf87ae88697ddd6cf8bbdec812 +Subproject commit 4d5b438200b420f9d9d8d8c0f666c864259fc442