From 9b1332ffd52ce9d472bb06b95ac773907490916b Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Thu, 23 Mar 2023 02:42:27 +0000 Subject: [PATCH] few more fixes --- docs/source_docs/getting_started/hpc/Perlmutter.rst | 4 ++-- docs/source_docs/getting_started/hpc/Polaris.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source_docs/getting_started/hpc/Perlmutter.rst b/docs/source_docs/getting_started/hpc/Perlmutter.rst index 8b979ad..5d8ed81 100644 --- a/docs/source_docs/getting_started/hpc/Perlmutter.rst +++ b/docs/source_docs/getting_started/hpc/Perlmutter.rst @@ -170,7 +170,7 @@ cmake -DMFIX_GPU_BACKEND=NONE \ -DAMReX_TINY_PROFILE=no \ -DCMAKE_BUILD_TYPE=Release \ - ../mfix + ../ make -j8 .. tab:: GPU-full @@ -201,7 +201,7 @@ cmake -DGPUS_PER_NODE=4 \ -DAMReX_TINY_PROFILE=no \ -DCMAKE_BUILD_TYPE=Release \ - ../mfix + ../ make -j8 diff --git a/docs/source_docs/getting_started/hpc/Polaris.rst b/docs/source_docs/getting_started/hpc/Polaris.rst index 85222dc..bd30705 100644 --- a/docs/source_docs/getting_started/hpc/Polaris.rst +++ b/docs/source_docs/getting_started/hpc/Polaris.rst @@ -5,7 +5,7 @@ If this is your first time building MFIX-Exa on Polaris, please review the general notes below and `Basics`_ section first. * The documentation for this system can be found `here. `_ -* olaris can be accessed from a system with ssh client installed. These connections also work from NETL's SciLAN and Joule: +* Polaris can be accessed from a system with ssh client installed. These connections also work from NETL's SciLAN and Joule: .. code:: bash -- GitLab