amrex-tutorials
amrex-tutorials copied to clipboard
Tutorials for the AMReX framework.
An initial **draft** of AMReX-MPMD cases. Includes two cases.
Hi, I am struggling with the building of AMRex. I am getting "Unknown mpi wrapper" while doing make. The following is my make.unknown file .  Am I missing a...
The - [CellSortedParticles](https://github.com/AMReX-Codes/amrex-tutorials/tree/main/ExampleCodes/Particles/CellSortedParticles) and - [NeighborList](https://github.com/AMReX-Codes/amrex-tutorials/tree/main/ExampleCodes/Particles/NeighborList) tutorials would make good Python *particle* tutorial examples to add. When done, we want to link them in the [pyAMReX manual](https://pyamrex.readthedocs.io/en/latest/usage/examples.html#standalone).
Demonstrate the prefix-based inputs keyword search. - [x] rebase after merge of the following feature in AMReX: https://github.com/AMReX-Codes/amrex/pull/2043
I am having trouble getting the SingleVortex example to build correctly on a Linux cluster. I am building the entire chain from source: CMake, Catalyst, ParaView (5.9, 5.10 or 5.11),...
Conversion of the ATPESC example, AMR 101, to the Guided Tutorial format.
Try typing "Do.Tests" to initiate tests on this repo.
I built AMReX successfully with CUDA support on Ubuntu 20 with gcc 9.3 , however when I use cmake to build the tutorials I get the following cmake errors CMake...
Converting ATPESC examples, AMR102 and Pachinko to the Guided Tutorial format.
It will be helpful if the AMReX tutorials also contain job script examples for various DoE supercomputing facilities. For instance, the WarpX documentation has [this page](https://warpx.readthedocs.io/en/latest/usage/how_to_run.html#run) for `mpirun` usage, and...