Skip to content

Commit

Permalink
WarpX in Profile
Browse files Browse the repository at this point in the history
Avoid collisions with ImpactX docs
  • Loading branch information
ax3l committed Feb 18, 2025
1 parent 567411d commit 52d0983
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Docs/source/install/hpc/perlmutter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ On Perlmutter, you can run either on GPU nodes with fast A100 GPUs (recommended)
.. code-block:: bash
bash $HOME/src/warpx/Tools/machines/perlmutter-nersc/install_gpu_dependencies.sh
source ${PSCRATCH}/storage/sw/perlmutter/gpu/venvs/warpx-gpu/bin/activate
source ${PSCRATCH}/storage/sw/warpx/perlmutter/gpu/venvs/warpx-gpu/bin/activate
.. dropdown:: Script Details
:color: light
Expand Down Expand Up @@ -126,7 +126,7 @@ On Perlmutter, you can run either on GPU nodes with fast A100 GPUs (recommended)
.. code-block:: bash
bash $HOME/src/warpx/Tools/machines/perlmutter-nersc/install_cpu_dependencies.sh
source ${PSCRATCH}/storage/sw/perlmutter/cpu/venvs/warpx-cpu/bin/activate
source ${PSCRATCH}/storage/sw/warpx/perlmutter/cpu/venvs/warpx-cpu/bin/activate
.. dropdown:: Script Details
:color: light
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

# Remove old dependencies #####################################################
#
SW_DIR="${PSCRATCH}/storage/sw/perlmutter/cpu"
SW_DIR="${PSCRATCH}/storage/sw/warpx/perlmutter/cpu"
rm -rf ${SW_DIR}
mkdir -p ${SW_DIR}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

# Remove old dependencies #####################################################
#
SW_DIR="${PSCRATCH}/storage/sw/perlmutter/gpu"
SW_DIR="${PSCRATCH}/storage/sw/warpx/perlmutter/gpu"
rm -rf ${SW_DIR}
mkdir -p ${SW_DIR}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module load cmake/3.30.2
module load cray-fftw/3.3.10.6

# missing modules installed here
export SW_DIR=${PSCRATCH}/storage/sw/perlmutter/cpu
export SW_DIR=${PSCRATCH}/storage/sw/warpx/perlmutter/cpu

# optional: for QED support with detailed tables
export CMAKE_PREFIX_PATH=${SW_DIR}/boost-1.82.0:${CMAKE_PREFIX_PATH}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module load cudatoolkit
module load cmake/3.30.2

# missing modules installed here
export SW_DIR=${PSCRATCH}/storage/sw/perlmutter/gpu
export SW_DIR=${PSCRATCH}/storage/sw/warpx/perlmutter/gpu

# optional: for QED support with detailed tables
export CMAKE_PREFIX_PATH=${SW_DIR}/boost-1.82.0:${CMAKE_PREFIX_PATH}
Expand Down

0 comments on commit 52d0983

Please sign in to comment.