Skip to content

Commit

Permalink
Add module load commands for TAU profiler to GNU12 env files
Browse files Browse the repository at this point in the history
envs/gnu12/gcclassic.rocky+gnu12.env
envs/gnu12/gchp.rocky+gnu12.env
- Added "module load tau/2.32.1-fasrc01" commands (active)

envs/gnu12/gcclassic.rocky+gnu12.minimal.env
envs/gnu12/gchp.rocky+gnu12.minimal.env
- Added "module load tau/2.32.1-fasrc01" commands (commented out)

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Dec 4, 2024
1 parent 9ea25c9 commit 603fb96
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,35 @@ This file documents all notable changes to the cannon-env repository since versi

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.6]
## [2.0.7] - 2024-12-04
### Changed
- Add module load commands for TAU profiler to gnu12 environment files

## [2.0.6] - 2024-10-29
### Changed
- Comment out `ulimit -c unlimited` in environment files, as this is now disallowed on Cannon

## [2.0.5]
## [2.0.5] - 2024-05-13
### Fixed
- Now use if statements instead of `[[ -f ~/.bash_aliases ]]` etc. are present in the root folder. These cause an error code to persist as described in #3.

## [2.0.4]
## [2.0.4] - 2024-03-25
### Added
- Module load commands for the Spack-built `rclone` package

## [2.0.3]
## [2.0.3] - 2024-01-30
### Added
- Alias `sainfo` to get info about jobs on the sapphire partition

## [2.0.2]
## [2.0.2] - 2024-01-04
### Fixed
- Updated VT100 keybindings in `.root/.Xresources` to allow CTRL-INSERT (cut) and SHIFT-INSERT (paste)

## [2.0.1]
## [2.0.1] - 2023-12-15
### Fixed
- Removed the `&& ssh -CY $SLURM_JOB_NODELIST`, as this was causing some X11 forwarding issues after the update to SLURM 23.02.7

## [2.0.0]
## [2.0.0] - 2023-09-23
### Added
- Environment files for Intel compilers in `envs/intel23`
- `README.md` files in `envs/gnu10`, `envs/gnu12`, `envs/intel23`
Expand All @@ -52,7 +56,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Removed
- Removed the `ROCKY_ROOT` variable from environment files

## [1.0.0]
## [1.0.0] - 2023-06-05
### Added
- Environment files for RockyLinux (w/ FASRC + Spack modules) in `envs/*`
- Added logo and links to the `README.md` file
Expand Down
1 change: 1 addition & 0 deletions envs/gnu12/gcclassic.rocky+gnu12.env
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ module load netcdf-fortran/4.6.0-fasrc02 # netcdf-fortran
module load flex/2.6.4-fasrc01 # Flex lexer (needed for KPP)
module load cmake/3.25.2-fasrc01 # CMake (needed to compile)
module load IDL/8.7.2-fasrc01 # IDL language (needed for GAMAP)
module load tau/2.32.1-fasrc01 # Tuning and Analysis Utilities

# Additional FASRC-built modules
# Uncomment if you need to use these
Expand Down
1 change: 1 addition & 0 deletions envs/gnu12/gcclassic.rocky+gnu12.minimal.env
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module load cmake/3.25.2-fasrc01 # CMake (needed to compile)
#module load IDL/8.7.2-fasrc01 # IDL language (needed for GAMAP)
#module load R/4.2.2-fasrc01 # R language
#module load matlab/R2022b-fasrc01 # matlab language
#module load tau/2.32.1-fasrc01 # Tuning and Analysis Utilities

#==============================================================================
# Environment variables and related settings
Expand Down
1 change: 1 addition & 0 deletions envs/gnu12/gchp.rocky+gnu12.env
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ module load netcdf-fortran/4.6.0-fasrc02 # netcdf-fortran
module load flex/2.6.4-fasrc01 # Flex lexer (needed for KPP)
module load cmake/3.25.2-fasrc01 # CMake (needed to compile)
module load rclone/1.62.2-gcc-8.5.0 # Interface w/ Google Drive
module load tau/2.32.1-fasrc01 # Tuning and Analysis Utilities

# Additional FASRC-built modules
# Uncomment if you need to use these
Expand Down
1 change: 1 addition & 0 deletions envs/gnu12/gchp.rocky+gnu12.minimal.env
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module load cmake/3.25.2-fasrc01 # CMake (needed to compile)
#module load IDL/8.7.2-fasrc01 # IDL language (needed for GAMAP)
#module load R/4.2.2-fasrc01 # R language
#module load matlab/R2022b-fasrc01 # matlab language
#module load tau/2.32.1-fasrc01 # Tuning and Analysis Utilities

#==============================================================================
# Environment variables and related settings
Expand Down

0 comments on commit 603fb96

Please sign in to comment.