Skip to content

Commit

Permalink
Doc: Typos in LXPLUS (CERN) (ECP-WarpX#5154)
Browse files Browse the repository at this point in the history
Fix a few clear typos in the instructions of LXPLUS.
  • Loading branch information
ax3l authored Aug 20, 2024
1 parent e8ad573 commit c2337d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docs/source/install/hpc/lxplus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The easiest way to install the dependencies is to use the pre-prepared ``warpx.p

.. code-block:: bash
cp $WORK/warpx/WarpX/Tools/machines/lxplus-cern/lxplus_warpx.profile.example $WORK/lxplus_warpx.profile
cp $WORK/warpx/Tools/machines/lxplus-cern/lxplus_warpx.profile.example $WORK/lxplus_warpx.profile
source $WORK/lxplus_warpx.profile
When doing this one can directly skip to the :ref:`Building WarpX <building-lxplus-warpx>` section.
Expand Down
2 changes: 1 addition & 1 deletion Tools/machines/lxplus-cern/lxplus_warpx.profile.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
# create and activate the spack environment
export SPACK_STACK_USE_PYTHON=1
export SPACK_STACK_USE_CUDA=1
spack env create warpx-lxplus-cuda-py $WORK/WarpX/Tools/machines/lxplus-cern/spack.yaml
spack env create warpx-lxplus-cuda-py $WORK/warpx/Tools/machines/lxplus-cern/spack.yaml
spack env activate warpx-lxplus-cuda-py
spack install
else
Expand Down

0 comments on commit c2337d3

Please sign in to comment.