Skip to content

Commit

Permalink
Add module profile example
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Oct 10, 2024
1 parent ab91803 commit 82c679d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Tools/machines/marconi-cineca/marconi_cpu_warpx.profile.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# required dependencies
module load profile/base
module load cmake
module load git
module load intel
module load intelmpi
module load zlib
module load fftw

# optional: for Python bindings or libEnsemble
module load python/3.9.4

if [ -d "$HOME/sw/venvs/warpx" ]
then
source $HOME/sw/venvs/warpx/bin/activate
fi

# compiler environment hints
export CXX=$(which icpc)
export CC=$(which icc)
export FC=$(which ifort)

0 comments on commit 82c679d

Please sign in to comment.