Skip to content

Commit

Permalink
Docs: update README for frontier
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Jun 13, 2024
1 parent 22260f2 commit fbae42a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/compile-notes/frontier/amrex/Compile-AMReX.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=${HOME}/local \
-DCMAKE_INSTALL_PREFIX=${HOME}/local/amrex-24.06 \
-DCMAKE_PREFIX_PATH='/opt/rocm-6.0.0/lib/cmake/AMDDeviceLibs;/opt/rocm-6.0.0/lib/cmake/amd_comgr;/opt/rocm-6.0.0/lib/cmake/hip;/opt/rocm-6.0.0/lib/cmake/hiprand;/opt/rocm-6.0.0/lib/cmake/hsa-runtime64;/opt/rocm-6.0.0/lib/cmake/rocprim;/opt/rocm/lib/cmake/rocrand' \
-DAMReX_GPU_BACKEND=HIP \
-DAMReX_AMD_ARCH=gfx90a \
Expand Down
2 changes: 2 additions & 0 deletions Docs/compile-notes/frontier/amrex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ cd build
. Load-Module-AMReX.sh
. Export-AMReX.sh
. Compile-AMReX.sh
make -j8 install
make test_install
```

0 comments on commit fbae42a

Please sign in to comment.