From b55e659d3029d9b0af69ce6775694c874ec77ed4 Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Thu, 16 Mar 2023 04:21:01 +0000 Subject: [PATCH] more perlmutter fixes --- .../getting_started/hpc/Perlmutter.rst | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/docs/source_docs/getting_started/hpc/Perlmutter.rst b/docs/source_docs/getting_started/hpc/Perlmutter.rst index f27338e..5da8389 100644 --- a/docs/source_docs/getting_started/hpc/Perlmutter.rst +++ b/docs/source_docs/getting_started/hpc/Perlmutter.rst @@ -118,9 +118,7 @@ cmake .. code:: bash - cmake -DCMAKE_C_COMPILER=gcc \ - -DCMAKE_CXX_COMPILER=g++ \ - -DMFIX_MPI=yes \ + cmake -DMFIX_MPI=yes \ -DMFIX_OMP=no \ -DMFIX_GPU_BACKEND=NONE \ -DAMReX_TINY_PROFILE=no \ @@ -134,17 +132,14 @@ cmake .. code:: bash - cmake -DCMAKE_C_COMPILER=gcc \ - -DCMAKE_CXX_COMPILER=g++ \ - -DMFIX_MPI=yes \ + cmake -DMFIX_MPI=yes \ -DMFIX_OMP=no \ -DMFIX_CSG=no \ -DMFIX_HYPRE=no \ -DMFIX_GPU_BACKEND=CUDA \ - -DAMReX_CUDA_ARCH=6.0 \ - -DCMAKE_CUDA_ARCHITECTURES="60" \ - -DGPUS_PER_SOCKET=1 \ - -DGPUS_PER_NODE=2 \ + -DAMReX_CUDA_ARCH=8.0 \ + -DGPUS_PER_SOCKET=4 \ + -DGPUS_PER_NODE=4 \ -DAMReX_TINY_PROFILE=no \ -DCMAKE_BUILD_TYPE=Release \ ../ -- GitLab