From 594bff6a4c69e4eee740006379724a0ecd8c8716 Mon Sep 17 00:00:00 2001 From: joezuntz Date: Thu, 7 Dec 2023 14:36:08 +0000 Subject: [PATCH] Add note to README about NERSC installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e131c8e..dbe8639e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To use TJPCov, we recommend installing with pip: - `python -m pip install .\[nmt\]` will install tjpcov, the minimal dependencies and the dependencies needed to use NaMaster. - `python -m pip install .\[mpi4py\]` will install, the minimal - dependencies and the mpi4py library to use MPI parallelization. + dependencies and the mpi4py library to use MPI parallelization. **Note** This will not work on NERSC; see [the NERSC docs](https://docs.nersc.gov/development/languages/python/parallel-python/#mpi4py-in-your-custom-conda-environment) for how to install there. - `python -m pip install .\[full\]` will install tjpcov and all dependencies Note that due to a bug in the NaMaster installation, one needs to make sure numpy is installed before trying to install NaMaster. If you are doing a fresh install, run `python -m pip install .` first, and then `python -m pip install .\[nmt\]`