Skip to content

Commit 5c00f09

Browse files
committed
Doc: Lassen (LLNL) Cleanup
1 parent 5df916b commit 5c00f09

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Docs/source/install/hpc/lassen.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ Login
2929
Lassen is currently transitioning to RHEL8.
3030
During this transition, first SSH into lassen and then ``ssh eatoss4`` next to work with the updated RHEL8/TOSS4 nodes.
3131

32-
Approximately September 2023, the new software environment on these nodes will be the new default.
32+
Approximately October 2023, the new software environment on these nodes will be the new default.
3333

3434

35+
.. _building-lassen-preparation:
36+
3537
Preparation
3638
-----------
3739

@@ -79,7 +81,7 @@ Finally, since lassen does not yet provide software modules for some of our depe
7981
.. code-block:: bash
8082
8183
bash $HOME/src/warpx/Tools/machines/lassen-llnl/install_v100_dependencies.sh
82-
source $HOME/sw/lassen/gpu/venvs/warpx-lassen/bin/activate
84+
source /usr/workspace/${USER}/lassen/gpu/venvs/warpx-lassen/bin/activate
8385
8486
.. dropdown:: Script Details
8587
:color: light

Tools/machines/lassen-llnl/install_v100_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -eu -o pipefail
1414

1515
# Check: ######################################################################
1616
#
17-
# Was perlmutter_gpu_warpx.profile sourced and configured correctly?
17+
# Was lassen_v100_warpx.profile sourced and configured correctly?
1818
if [ -z ${proj-} ]; then echo "WARNING: The 'proj' variable is not yet set in your lassen_v100_warpx.profile file! Please edit its line 2 to continue!"; exit 1; fi
1919

2020

Tools/machines/lassen-llnl/install_v100_ml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -eu -o pipefail
1414

1515
# Check: ######################################################################
1616
#
17-
# Was perlmutter_gpu_warpx.profile sourced and configured correctly?
17+
# Was lassen_v100_warpx.profile sourced and configured correctly?
1818
if [ -z ${proj-} ]; then echo "WARNING: The 'proj' variable is not yet set in your lassen_v100_warpx.profile file! Please edit its line 2 to continue!"; exit 1; fi
1919

2020

0 commit comments

Comments
 (0)