Skip to content

Commit

Permalink
Switch to Python 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 18, 2023
1 parent 9c930d4 commit b8a9c53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions script/frontier/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ROOT=$(realpath $1)
echo "Installing glotzerlab-software to $ROOT"
module purge
module load PrgEnv-gnu
module load cray-python/3.9.13.1
module load cray-python/3.10.10
python3 -m venv $ROOT

cat >$ROOT/variables.sh << EOL
Expand All @@ -25,7 +25,7 @@ module load PrgEnv-gnu
module load cmake/3.23.2
module load git/2.36.1
module load rocm/5.4.3
module load cray-python/3.9.13.1
module load cray-python/3.10.10
module load hdf5/1.14.0
module load ninja/1.10.2
module load tmux/3.2a
Expand Down
4 changes: 2 additions & 2 deletions template/frontier.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ROOT=$(realpath $1)
echo "Installing glotzerlab-software to $ROOT"
module purge
module load PrgEnv-gnu
module load cray-python/3.9.13.1
module load cray-python/3.10.10
python3 -m venv $ROOT

cat >$ROOT/variables.sh << EOL
Expand All @@ -25,7 +25,7 @@ module load PrgEnv-gnu
module load cmake/3.23.2
module load git/2.36.1
module load rocm/5.4.3
module load cray-python/3.9.13.1
module load cray-python/3.10.10
module load hdf5/1.14.0
module load ninja/1.10.2
module load tmux/3.2a
Expand Down

0 comments on commit b8a9c53

Please sign in to comment.