Skip to content

Commit

Permalink
Merge pull request #327 from mkavulich/release/public-v6
Browse files Browse the repository at this point in the history
Add new conda environment to Cheyenne setup files
  • Loading branch information
grantfirl authored Jun 22, 2022
2 parents 0414f1a + 5d4029b commit ecf7a9f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scm/etc/Cheyenne_setup_gnu.csh
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ setenv CMAKE_Platform cheyenne.gnu

echo "Setting up python environment for running and plotting."
module load conda/latest

conda activate /glade/p/ral/jntp/GMTB/CCPP_SCM/conda/ccpp-scm

3 changes: 3 additions & 0 deletions scm/etc/Cheyenne_setup_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ export CMAKE_Platform=cheyenne.gnu

echo "Setting up python environment for running and plotting."
module load conda/latest

conda activate /glade/p/ral/jntp/GMTB/CCPP_SCM/conda/ccpp-scm

3 changes: 3 additions & 0 deletions scm/etc/Cheyenne_setup_intel.csh
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ setenv CMAKE_Platform cheyenne.intel

echo "Setting up python environment for running and plotting."
module load conda/latest

conda activate /glade/p/ral/jntp/GMTB/CCPP_SCM/conda/ccpp-scm

3 changes: 3 additions & 0 deletions scm/etc/Cheyenne_setup_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ export CMAKE_Platform=cheyenne.intel

echo "Setting up python environment for running and plotting."
module load conda/latest

conda activate /glade/p/ral/jntp/GMTB/CCPP_SCM/conda/ccpp-scm

0 comments on commit ecf7a9f

Please sign in to comment.