Skip to content

Commit ed63d5f

Browse files
committed
Fix: Mixed TOSS3 / TOSS4 paths
TOSS4 never arrived.
1 parent 7b4e34a commit ed63d5f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Docs/source/install/hpc/lassen.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@ Use the following commands to download the WarpX source code:
4040
4141
git clone https://github.com/BLAST-WarpX/warpx.git /usr/workspace/${USER}/lassen/src/warpx
4242
43-
We use system software modules, add environment hints and further dependencies via the file ``$HOME/lassen_v100_warpx_toss3.profile``.
43+
We use system software modules, add environment hints and further dependencies via the file ``$HOME/lassen_v100_warpx.profile``.
4444
Create it now:
4545

4646
.. code-block:: bash
4747
48-
cp /usr/workspace/${USER}/lassen/src/warpx/Tools/machines/lassen-llnl/lassen_v100_warpx_toss3.profile.example $HOME/lassen_v100_warpx_toss3.profile
48+
cp /usr/workspace/${USER}/lassen/src/warpx/Tools/machines/lassen-llnl/lassen_v100_warpx.profile.example $HOME/lassen_v100_warpx.profile
4949
5050
.. dropdown:: Script Details
5151
:color: light
5252
:icon: info
5353
:animate: fade-in-slide-down
5454

55-
.. literalinclude:: ../../../../Tools/machines/lassen-llnl/lassen_v100_warpx_toss3.profile.example
55+
.. literalinclude:: ../../../../Tools/machines/lassen-llnl/lassen_v100_warpx.profile.example
5656
:language: bash
5757

5858
Edit the 2nd line of this script, which sets the ``export proj=""`` variable.
59-
For example, if you are member of the project ``nsldt``, then run ``vi $HOME/lassen_v100_warpx_toss3.profile``.
59+
For example, if you are member of the project ``nsldt``, then run ``vi $HOME/lassen_v100_warpx.profile``.
6060
Enter the edit mode by typing ``i`` and edit line 2 to read:
6161

6262
.. code-block:: bash
@@ -71,21 +71,21 @@ Exit the ``vi`` editor with ``Esc`` and then type ``:wq`` (write & quit).
7171

7272
.. code-block:: bash
7373
74-
source $HOME/lassen_v100_warpx_toss3.profile
74+
source $HOME/lassen_v100_warpx.profile
7575
7676
Finally, since lassen does not yet provide software modules for some of our dependencies, install them once:
7777

7878
.. code-block:: bash
7979
80-
bash /usr/workspace/${USER}/lassen/src/warpx/Tools/machines/lassen-llnl/install_v100_dependencies_toss3.sh
81-
source /usr/workspace/${USER}/lassen-toss3/gpu/venvs/warpx-lassen-toss3/bin/activate
80+
bash /usr/workspace/${USER}/lassen/src/warpx/Tools/machines/lassen-llnl/install_v100_dependencies.sh
81+
source /usr/workspace/${USER}/lassen/gpu/venvs/warpx-lassen/bin/activate
8282
8383
.. dropdown:: Script Details
8484
:color: light
8585
:icon: info
8686
:animate: fade-in-slide-down
8787

88-
.. literalinclude:: ../../../../Tools/machines/lassen-llnl/install_v100_dependencies_toss3.sh
88+
.. literalinclude:: ../../../../Tools/machines/lassen-llnl/install_v100_dependencies.sh
8989
:language: bash
9090

9191

0 commit comments

Comments
 (0)