From b8a9c53afeedd2ac4dee65ba33e24151ad860b42 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Wed, 18 Oct 2023 11:42:28 -0400 Subject: [PATCH] Switch to Python 3.10. --- script/frontier/install.sh | 4 ++-- template/frontier.jinja | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/script/frontier/install.sh b/script/frontier/install.sh index 9241acd2..7f6300c9 100755 --- a/script/frontier/install.sh +++ b/script/frontier/install.sh @@ -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 @@ -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 diff --git a/template/frontier.jinja b/template/frontier.jinja index b8064ba5..5f061b2f 100644 --- a/template/frontier.jinja +++ b/template/frontier.jinja @@ -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 @@ -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