diff options
author | 2019-07-11 21:06:02 -0700 | |
---|---|---|
committer | 2019-07-11 21:06:02 -0700 | |
commit | 549db2f2f57a1bf5a00ebcc3f9faf7da8908734c (patch) | |
tree | fdea8f1cdf45d17779b871ab49bd8a4878a314ba | |
parent | d2e9bbe3ada4958883d957dca694a4848e5c4972 (diff) | |
parent | 25b4816c50b661f8c4a7da2f6b4f5286b6c8c4c9 (diff) | |
download | WarpX-549db2f2f57a1bf5a00ebcc3f9faf7da8908734c.tar.gz WarpX-549db2f2f57a1bf5a00ebcc3f9faf7da8908734c.tar.zst WarpX-549db2f2f57a1bf5a00ebcc3f9faf7da8908734c.zip |
Merge pull request #208 from RevathiJambunathan/mod_cori_documentation
Modified Documentation to update the modules required for building Wa…
-rw-r--r-- | Docs/source/building/cori.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/source/building/cori.rst b/Docs/source/building/cori.rst index 3429ed576..ef07aa893 100644 --- a/Docs/source/building/cori.rst +++ b/Docs/source/building/cori.rst @@ -65,7 +65,7 @@ Then, you need to load the following modules: :: - module load esslurm cuda pgi openmpi/3.1.0-ucx + module load modules/3.2.10.6 esslurm cgpu/1.0 pgi/19.5 cuda/10.1 mpich/3.3-pgi-19.5 Currently, you need to use OpenMPI; mvapich2 seems not to work. |