Skip to content

Commit

Permalink
Add new conda environment to Cheyenne setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Jun 22, 2022
1 parent 0414f1a commit 5d4029b
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 5d4029b

Please sign in to comment.