From 7a1726694cbfa1acb800e1636290d0fa3c574b88 Mon Sep 17 00:00:00 2001 From: Theodore Kisner Date: Sat, 13 Jun 2020 15:07:48 -0700 Subject: [PATCH] Small tweaks to docs prior to release. --- docs/changes.rst | 3 ++- docs/install.rst | 18 ++++++++++++++++++ docs/rtd_requirements.txt | 2 ++ src/toast/RELEASE | 2 +- 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index f5a2f025c..d982effbb 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -8,7 +8,7 @@ Change Log * Nothing yet -2.3.7 (2020-06-12) +2.3.7 (2020-06-13) ~~~~~~~~~~~~~~~~~~~~~~~~~ * Documentation updates and deployment of pip wheels on tags (PR `#356`_). @@ -35,6 +35,7 @@ Change Log .. _`#350`: https://github.com/hpc4cmb/toast/pull/350 .. _`#352`: https://github.com/hpc4cmb/toast/pull/352 .. _`#351`: https://github.com/hpc4cmb/toast/pull/351 +.. _`#348`: https://github.com/hpc4cmb/toast/pull/348 .. _`#349`: https://github.com/hpc4cmb/toast/pull/349 .. _`#341`: https://github.com/hpc4cmb/toast/pull/341 .. _`#345`: https://github.com/hpc4cmb/toast/pull/345 diff --git a/docs/install.rst b/docs/install.rst index 444b13faa..9bc230b07 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -53,6 +53,10 @@ for that package `_. You python -c 'import toast.tests; toast.tests.run()' +And test running in parallel with:: + + mpirun -np 2 python -c 'import toast.tests; toast.tests.run()' + Conda Packages ~~~~~~~~~~~~~~~~~~~~~~ @@ -144,6 +148,20 @@ and ``libsharp`` packages. For example:: conda install pysm3 libsharp +If you want to enable effective parallelism with toast, then you need to install the +mpi4py package:: + + conda install mpi4py + +As mentioned previously, you can test your TOAST installation by running the unit test +suite:: + + python -c 'import toast.tests; toast.tests.run()' + +And test running in parallel with:: + + mpirun -np 2 python -c 'import toast.tests; toast.tests.run()' + Something Else ~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/rtd_requirements.txt b/docs/rtd_requirements.txt index ab66bdb18..ccb9ee7ff 100644 --- a/docs/rtd_requirements.txt +++ b/docs/rtd_requirements.txt @@ -3,3 +3,5 @@ numpy scipy healpy astropy +h5py +ephem diff --git a/src/toast/RELEASE b/src/toast/RELEASE index b1f90fd66..00355e29d 100644 --- a/src/toast/RELEASE +++ b/src/toast/RELEASE @@ -1 +1 @@ -2.3.7rc4 +2.3.7