Skip to content

Commit

Permalink
bring python3 to FP
Browse files Browse the repository at this point in the history
  • Loading branch information
rtodling committed Apr 29, 2024
1 parent c8dd524 commit e06284e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions g5_modules
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e06284e

Please sign in to comment.