Skip to content

Latest commit

 

History

History
106 lines (83 loc) · 2.45 KB

index.rst

File metadata and controls

106 lines (83 loc) · 2.45 KB
orphan:

pyAMReX

The Python binding pyAMReX bridges the compute in AMReX block-structured codes and data science: it provides zero-copy application GPU data access for AI/ML, in situ analysis, application coupling and enables rapid, massively parallel prototyping.

pyAMReX is part of the AMReX software ecosystem and builds directly on the AMReX C++ library.

Contact us

If you are starting using pyAMReX, or if you have a user question, please pop in our GitHub discussions page and get in touch with the community.

The pyAMReX GitHub repo is the main communication platform. Have a look at the action icons on the top right of the web page: feel free to watch the repo if you want to receive updates, or to star the repo to support the project. For bug reports or to request new features, you can also open a new issue.

On our discussion page, you can find already answered questions, add new questions, get help with installation procedures, discuss ideas or share comments.

/* front page: hide chapter titles * needed for consistent HTML-PDF-EPUB chapters */ section#installation, section#usage, section#development, section#maintenance, section#epilogue { display:none; }
.. toctree::
   :hidden:

   coc
   acknowledge_us

Installation

.. toctree::
   :caption: INSTALLATION
   :maxdepth: 1
   :hidden:

   install/users
   install/cmake

Usage

.. toctree::
   :caption: USAGE
   :maxdepth: 1
   :hidden:

   usage/examples
   usage/api
   usage/zerocopy
   usage/compute
   usage/workflows

Development

.. toctree::
   :caption: DEVELOPMENT
   :maxdepth: 1
   :hidden:

   developers/testing
   developers/documentation
   developers/repo_organization
   developers/implementation
   developers/doxygen
   developers/debugging

Maintenance

.. toctree::
   :caption: MAINTENANCE
   :maxdepth: 1
   :hidden:

   maintenance/release

Epilogue

.. toctree::
   :caption: EPILOGUE
   :maxdepth: 1
   :hidden:

   glossary
   acknowledgements