From bb11d73e27a72cacc418b02e40bdd3d5e8702b77 Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Mon, 17 Jul 2023 10:47:09 +0200 Subject: [PATCH] replace some 'Frontier' with 'Adastra' in adastra documentation --- Docs/source/install/hpc/adastra.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/source/install/hpc/adastra.rst b/Docs/source/install/hpc/adastra.rst index 80b2f720eed..3c297537bd7 100644 --- a/Docs/source/install/hpc/adastra.rst +++ b/Docs/source/install/hpc/adastra.rst @@ -58,7 +58,7 @@ Adastra login nodes). .. important:: - Now, and as the first step on future logins to Frontier, activate these environment settings: + Now, and as the first step on future logins to Adastra, activate these environment settings: .. code-block:: bash @@ -97,14 +97,14 @@ Use the following :ref:`cmake commands ` to compile: cmake --build build_adastra -j 16 --target pip_install **That's it!** -The WarpX application executables are now in ``$HOME/src/warpx/build_frontier/bin/`` and we installed the ``pywarpx`` Python module. +The WarpX application executables are now in ``$HOME/src/warpx/build_adastra/bin/`` and we installed the ``pywarpx`` Python module. Now, you can :ref:`submit Adstra compute jobs ` for WarpX :ref:`Python (PICMI) scripts ` (:ref:`example scripts `). Or, you can use the WarpX executables to submit Adastra jobs (:ref:`example inputs `). For executables, you can reference their location in your :ref:`job script ` . -.. _building-frontier-update: +.. _building-adastra-update: Update WarpX & Dependencies ---------------------------