Skip to content

Commit

Permalink
Doc: Lassen (LLNL) Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Sep 11, 2023
1 parent 5df916b commit 5c00f09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Docs/source/install/hpc/lassen.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ Login
Lassen is currently transitioning to RHEL8.
During this transition, first SSH into lassen and then ``ssh eatoss4`` next to work with the updated RHEL8/TOSS4 nodes.

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


.. _building-lassen-preparation:

Preparation
-----------

Expand Down Expand Up @@ -79,7 +81,7 @@ Finally, since lassen does not yet provide software modules for some of our depe
.. code-block:: bash
bash $HOME/src/warpx/Tools/machines/lassen-llnl/install_v100_dependencies.sh
source $HOME/sw/lassen/gpu/venvs/warpx-lassen/bin/activate
source /usr/workspace/${USER}/lassen/gpu/venvs/warpx-lassen/bin/activate
.. dropdown:: Script Details
:color: light
Expand Down
2 changes: 1 addition & 1 deletion Tools/machines/lassen-llnl/install_v100_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -eu -o pipefail

# Check: ######################################################################
#
# Was perlmutter_gpu_warpx.profile sourced and configured correctly?
# Was lassen_v100_warpx.profile sourced and configured correctly?
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


Expand Down
2 changes: 1 addition & 1 deletion Tools/machines/lassen-llnl/install_v100_ml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -eu -o pipefail

# Check: ######################################################################
#
# Was perlmutter_gpu_warpx.profile sourced and configured correctly?
# Was lassen_v100_warpx.profile sourced and configured correctly?
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


Expand Down

0 comments on commit 5c00f09

Please sign in to comment.