Skip to content

Commit e9045ee

Browse files
authored
update requirements (#3027)
bump up python and make a note about latest ROCm also eliminate refs to StarKiller
1 parent 9fdc8cb commit e9045ee

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Docs/source/Introduction.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Castro's major capabilities:
2424
* adaptive mesh refinement with subcycling; jumps of 2x and 4x
2525
between levels (see :ref:`ch:amr`)
2626

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

3030
* general nuclear reaction networks
3131

@@ -110,5 +110,3 @@ throughout the code documentation and papers.
110110

111111
Physical constants, again using the CGS system are available
112112
in ``Microphysics/constants/``.
113-
114-

Docs/source/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ general requirements to build Castro are:
1616

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

19-
* python (>= 3.7)
19+
* python (>= 3.10)
2020

2121
* GNU make (>= 3.82)
2222

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

2727
* CUDA 11 or later is required for NVIDIA GPUs
2828

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

3131
More information on parallel builds is given in section
3232
:ref:`ch:mpiplusx`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ through running your first problem:
2828
https://amrex-astro.github.io/Castro/docs/getting_started.html
2929

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

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

0 commit comments

Comments
 (0)