From 7aa4fbcbda243196c43bb977625f2550cd6ce4da Mon Sep 17 00:00:00 2001 From: Jian Sun Date: Mon, 16 Oct 2023 16:51:54 -0600 Subject: [PATCH] Update etc/derecho/build_tuvx_derecho_intel.sh Co-authored-by: Matt Dawson --- etc/derecho/build_tuvx_derecho_intel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/derecho/build_tuvx_derecho_intel.sh b/etc/derecho/build_tuvx_derecho_intel.sh index e4edcb8e..f40586e3 100755 --- a/etc/derecho/build_tuvx_derecho_intel.sh +++ b/etc/derecho/build_tuvx_derecho_intel.sh @@ -40,8 +40,8 @@ echo "Building TUV-x" # get & build the source code of TUV-x cd ${TUVX_HOME} -git clone git@github.com:NCAR/tuv-x-private.git -cd tuv-x-private +git clone git@github.com:NCAR/tuv-x.git +cd tuv-x mkdir build cd build export JSON_FORTRAN_HOME=$INSTALL_DIR/jsonfortran-intel-8.3.0