AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
553 stars 352 forks source link

Adding docs for AMReX-Kokkos build #4192

Closed nataraj2 closed 1 month ago

nataraj2 commented 1 month ago

Summary

This PR adds the docs for building a code that uses both AMReX and Kokkos. An example is given in amrex-devtests/kokkos.

Additional background

The instructions for building the AMReX-Kokkos example are general, but specific instructions for building on Perlmutter are given.

Checklist

The proposed changes:

WeiqunZhang commented 1 month ago

We don't have any instructions on building AMReX on specific machines (e.g., perlmutter), because they are likely to be outdated at some point. So I don't think we need to have instructions on how to build AMReX and Kokkos, especially because Kokkos users are probably already used to cmake. (If not, they can ask ChatGPT for help on cmake.)

nataraj2 commented 1 month ago

Sounds good. Closing this PR.