From e06284eecae44ed731bf7975c5c963e8f1d021d4 Mon Sep 17 00:00:00 2001 From: Ricardo Todling Date: Mon, 29 Apr 2024 12:11:23 -0400 Subject: [PATCH] bring python3 to FP --- CHANGELOG.md | 5 +++++ g5_modules | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45cf642..7abae8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Added +## [3.4.0.1] - 2024-Apr-29 + +### Changed + - Min4.11.0_py3.9_AND_Min4.8.3_py2.7 + ## [3.4.0] - 2021-Oct-01 ### Changed diff --git a/g5_modules b/g5_modules index 73d8e67..95f8052 100755 --- a/g5_modules +++ b/g5_modules @@ -148,7 +148,7 @@ if ( $site == NCCS ) then set mod4 = mpi/impi/2021.2.0 - set mod5 = python/GEOSpyD/Min4.8.3_py2.7 + set mod5 = python/GEOSpyD/Min4.11.0_py3.9_AND_Min4.8.3_py2.7 set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-6.2.7/x86_64-pc-linux-gnu/ifort_2021.2.0-intelmpi_2021.2.0 @@ -182,7 +182,7 @@ else if ( $site == NAS ) then endif set mod3 = comp-intel/2021.2.0 set mod4 = mpi-hpe/mpt.2.23 - set mod5 = python/GEOSpyD/Min4.8.3_py2.7 + set mod5 = python/GEOSpyD/Min4.11.0_py3.9_AND_Min4.8.3_py2.7 set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 ) set modinit = /usr/share/modules/init/tcsh @@ -259,7 +259,7 @@ else if ( $site == GMAO.desktop ) then set mod2 = comp/gcc/10.1.0 set mod3 = comp/intel/2021.2.0 set mod4 = mpi/impi/2021.2.0 - set mod5 = other/python/GEOSpyD/Min4.8.3_py2.7 + set mod5 = other/python/GEOSpyD/Min4.11.0_py3.9_AND_Min4.8.3_py2.7 set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 ) set modinit = /usr/share/Modules/init/tcsh