Skip to content

Commit 572e5d6

Browse files
authored
Update frontier_warpx.profile.example (#5885)
Update cmake version in the Frontier profile file. The previous version (`3.27.9`) was not compatible with the default `Core/24.07` module loaded. Now the default core is `Core/25.03` and `cmake/3.30.5` is required.
1 parent 1dc5088 commit 572e5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/machines/frontier-olcf/frontier_warpx.profile.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export MY_PROFILE=$(cd $(dirname $BASH_SOURCE) && pwd)"/"$(basename $BASH_SOURCE
66
if [ -z ${proj-} ]; then echo "WARNING: The 'proj' variable is not yet set in your $MY_PROFILE file! Please edit its line 2 to continue!"; return; fi
77

88
# required dependencies
9-
module load cmake/3.27.9
9+
module load cmake/3.30.5
1010
module load craype-accel-amd-gfx90a
1111
module load rocm/6.2.4
1212
module load cray-mpich/8.1.31

0 commit comments

Comments
 (0)