Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update requirements #3027

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Docs/source/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Castro's major capabilities:
* adaptive mesh refinement with subcycling; jumps of 2x and 4x
between levels (see :ref:`ch:amr`)

* arbitrary equation of state (provided by the companion StarKiller
Microphysics project)
* arbitrary equation of state (provided by the companion `AMReX-Astro
Microphysics <https://github.com/amrex-astro/Microphysics>`_ project)

* general nuclear reaction networks

Expand Down Expand Up @@ -110,5 +110,3 @@ throughout the code documentation and papers.

Physical constants, again using the CGS system are available
in ``Microphysics/constants/``.


4 changes: 2 additions & 2 deletions Docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ general requirements to build Castro are:

* A C++17 (or later) compiler (for GCC, we need >= 9.0 for CUDA compilation)

* python (>= 3.7)
* python (>= 3.10)

* GNU make (>= 3.82)

Expand All @@ -26,7 +26,7 @@ For running in parallel, an MPI library is required. For running on GPUs:

* CUDA 11 or later is required for NVIDIA GPUs

* ROCM 4.5 or later is required for AMD GPUs
* ROCM 6.3.1 or later is required for AMD GPUs (earlier versions have a register allocation bug)

More information on parallel builds is given in section
:ref:`ch:mpiplusx`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ through running your first problem:
https://amrex-astro.github.io/Castro/docs/getting_started.html

This will have you clone Castro and its dependencies (AMReX and
StarKiller Microphysics),
AMReX-Astro Microphysics),

The User's Guide in written in re-structured text using Sphinx, with
the source in `Castro/Docs/`, and is built automatically
Expand Down