Skip to content

Commit

Permalink
Doc: Update Lawrencium (LBNL) (#5360)
Browse files Browse the repository at this point in the history
Update installation instructions for the Lawrencium Cluster (LBNL).
  • Loading branch information
ax3l authored Oct 3, 2024
1 parent e858494 commit d0690e2
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions Tools/machines/lawrencium-lbnl/lawrencium_warpx.profile.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@
#export proj="<yourProject>" # change me, e.g., ac_blast

# required dependencies
module load cmake/3.24.1
module load cuda/11.4
module load gcc/7.4.0
module load openmpi/4.0.1-gcc
module load cmake/3.27.7
module load gcc/11.4.0
module load cuda/12.2.1
module load openmpi/4.1.6

# optional: for QED support with detailed tables
module load boost/1.70.0-gcc
module load boost/1.83.0

# optional: for openPMD and PSATD+RZ support
module load hdf5/1.10.5-gcc-p
module load lapack/3.8.0-gcc
# CPU only:
#module load fftw/3.3.8-gcc
module load hdf5/1.14.3

export CMAKE_PREFIX_PATH=$HOME/sw/v100/c-blosc-1.21.1:$CMAKE_PREFIX_PATH
export CMAKE_PREFIX_PATH=$HOME/sw/v100/adios2-2.8.3:$CMAKE_PREFIX_PATH
Expand All @@ -27,7 +24,7 @@ export PATH=$HOME/sw/v100/adios2-2.8.3/bin:$PATH
#module load ccache # missing

# optional: for Python bindings or libEnsemble
module load python/3.8.8
module load python/3.11.6-gcc-11.4.0

if [ -d "$HOME/sw/v100/venvs/warpx" ]
then
Expand Down

0 comments on commit d0690e2

Please sign in to comment.