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

change date in docs to be clearer #1209

Merged
merged 6 commits into from
Aug 23, 2024
Merged
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
8 changes: 4 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Now pick one of the installation options below.

Option 1: Using pip to install packages (this will only install DESC + JAX with CPU capabilities, NOT GPU)

`Option 1 tested to work on M1 Macbook on 5-3-23`
`Option 1 tested to work on M1 Macbook on May 3, 2023`

.. code-block:: sh

Expand Down Expand Up @@ -123,7 +123,7 @@ specific JAX GPU installation instructions, as that is the main installation dif

Perlmutter (NERSC)
++++++++++++++++++++++++++++++
These instructions were tested and confirmed to work on the Perlmutter supercomputer at NERSC on 18-06-2024
These instructions were tested and confirmed to work on the Perlmutter supercomputer at NERSC on June 18, 2024.

Set up the correct cuda environment for jax installation

Expand Down Expand Up @@ -199,7 +199,7 @@ Then, install DESC,
# optionally install developer requirements (if you want to run tests)
pip install -r devtools/dev-requirements.txt

Tested and confirmed to work on the Della cluster as of 6-20-24 and Stellar cluster at Princeton as of 6-20-24.
Tested and confirmed to work on the Della and Stellar clusters at Princeton as of June 20, 2024.


RAVEN (IPP, Germany)
Expand Down Expand Up @@ -250,7 +250,7 @@ On Clusters with IBM Power Architecture
If pre-built JAX binaries are not available, you will first need to build JAX from source.
More info can be found here: https://jax.readthedocs.io/en/latest/developer.html

These instructions were tested and confirmed to work on the Traverse supercomputer at Princeton as of 11-6-2023.
These instructions were tested and confirmed to work on the Traverse supercomputer at Princeton as of Nov. 6, 2023.

NOTE: You must use an older version of DESC in order to use Traverse, as there are some compatibility issues with JAX and the architecture.
Commit `a2fe711ffa3f` (an older version of the `master` branch) was tested to work fine on Traverse with these instructions.
Expand Down
Loading