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 8, 2024
1 parent ab91803 commit 61fbcf7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 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,19 @@
# required dependencies
module load profile/base
module load cmake/3.23.3
module load gnu/6.1.0
module load zlib/1.2.8--gnu--6.1.0
module load openmpi/1-10.3--gnu--6.1.0

# 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 g++)
export CC=$(which gcc)
export FC=$(which gfortran)

0 comments on commit 61fbcf7

Please sign in to comment.