-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
199 additions
and
351 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
internal/scripts/installation/config/install_met_env.acorn
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
internal/scripts/installation/config/install_met_env.cheyenne_gcc
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
internal/scripts/installation/config/install_met_env.cheyenne_pgi
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
internal/scripts/installation/config/install_met_env.dogwood
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
module load intel/19.0.5.281 | ||
|
||
export TEST_BASE=/usw/met/11.0.0 | ||
export TEST_BASE=/usw/met/11.1.0 | ||
export COMPILER=intel_19.0.5.281 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=v11.0.0.tar.gz | ||
export MET_TARBALL=v11.1.0.tar.gz | ||
export USE_MODULES=TRUE | ||
export MET_PYTHON=/lustre/f2/dev/esrl/Julie.Prestopnik/projects/miniconda/miniconda3/envs/metplus_v5.0_py3.8/ | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.8 | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib/python3.8/config-3.8-x86_64-linux-gnu\ -L${MET_PYTHON}/lib\ -lpython3.8\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lm | ||
export EXTERNAL_LIBS=/usw/met/11.0.0/external_libs | ||
export MET_PYTHON=/lustre/f2/dev/esrl/Julie.Prestopnik/projects/miniconda/miniconda3/envs/metplus_v5.1_py3.10/ | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.10 | ||
export MET_PYTHON_LD=`python3-config --ldflags --embed` | ||
export EXTERNAL_LIBS=${TEST_BASE}/external_libs | ||
export LIB_Z=${EXTERNAL_LIBS}/lib | ||
export MAKE_ARGS=-j | ||
export CXXFLAGS="-std=c++11" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.