Skip to content

Commit

Permalink
Updates Frontier profile after software update
Browse files Browse the repository at this point in the history
ci: no-compile
  • Loading branch information
BeyondEspresso committed Feb 21, 2025
1 parent b4e0887 commit 6cfa8b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions etc/picongpu/frontier-ornl/batch_picongpu.profile.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ export PIC_NODE_OVERSUBSCRIPTION_PT=2
# such as mpi, libfabric and others.
# The following modules just add to these.

module load PrgEnv-cray/8.5.0 # Compiling with cray compiler wrapper CC
module load PrgEnv-cray/8.6.0 # Compiling with cray compiler wrapper CC
module load craype-accel-amd-gfx940
module load rocm/6.1.3
module load rocm/6.2.4

export MPICH_GPU_SUPPORT_ENABLED=1
module load cray-mpich/8.1.28
module load cray-mpich/8.1.31

module load boost/1.79.0
module load boost/1.86.0
module load zlib/1.3.1
module load cmake/3.27.9
module load git
Expand All @@ -60,9 +60,9 @@ export LDFLAGS="$LDFLAGS -L${MPICH_DIR}/lib -lmpi ${PE_MPICH_GTL_DIR_amd_gfx90a}
module load libpng/1.6.39

# Please use your self compiled openpmd-api with adios2 and blosc2 support.
# ORNL is only providing outdated modules.
# ORNL is providing spack generated modules without blosc2 support.
#
# module load openpmd-api/0.15.X
# module load openpmd-api/0.16.X

# Self-Build Software #########################################################
# Optional, not required.
Expand Down

0 comments on commit 6cfa8b4

Please sign in to comment.