aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--Docs/source/building/summit.rst16
-rw-r--r--Docs/source/visualization/yt.rst4
3 files changed, 4 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml
index 22ef88279..f74e1b967 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,9 +28,8 @@ before_install:
install:
- python -m pip install --upgrade pip
- - python -m pip install --upgrade cmake cython matplotlib mpi4py numpy scipy
+ - python -m pip install --upgrade cmake cython matplotlib mpi4py numpy scipy yt
- export CEI_CMAKE="/home/travis/.local/bin/cmake"
- - python -m pip install --upgrade git+https://github.com/yt-project/yt.git
- sudo curl -L -o /usr/local/bin/cmake-easyinstall https://git.io/JvLxY && sudo chmod a+x /usr/local/bin/cmake-easyinstall
- if [ "${WARPX_CI_OPENPMD}" != "FALSE" ]; then
sudo cmake-easyinstall git+https://github.com/openPMD/openPMD-api.git
diff --git a/Docs/source/building/summit.rst b/Docs/source/building/summit.rst
index 87e11c733..bd4dcd013 100644
--- a/Docs/source/building/summit.rst
+++ b/Docs/source/building/summit.rst
@@ -25,18 +25,4 @@ Then, ``cd`` into the directory ``WarpX`` and use the following set of commands
See :doc:`../running_cpp/platforms` for more information on how to run WarpX on Summit.
-See :doc:`../visualization/yt` for more information on how to visualize the simulation results. In order to build yt **and** a Python environment, you can download the yt installation script as explained in section "All-in-One Installation Script" of the `yt installation web page <https://yt-project.org/doc/installing.html>`__, and run
-
-.. code-block:: sh
-
- module purge
- module load gcc
-
-Then modify the few first lines of the installation script ``install_script.sh`` to have
-
-::
-
- INST_YT_SOURCE=1
- INST_SCIPY=1
-
-and follow the instructions from the yt website.
+See :doc:`../visualization/yt` for more information on how to visualize the simulation results.
diff --git a/Docs/source/visualization/yt.rst b/Docs/source/visualization/yt.rst
index 003b58756..cffd35773 100644
--- a/Docs/source/visualization/yt.rst
+++ b/Docs/source/visualization/yt.rst
@@ -13,9 +13,9 @@ From the terminal, install the latest version of yt:
::
pip install cython
- pip install git+https://github.com/yt-project/yt.git
+ python -m pip install --upgrade yt
-Alternatively, yt can be installed via their installation script, see `yt installation web page <https://yt-project.org/doc/installing.html>`__, which can be particularly useful to setup a post-processing workflow on supercomputers (see instructions in :doc:`../building/summit` to install yt on Summit).
+Alternatively, yt can be installed via their installation script, see `yt installation web page <https://yt-project.org/doc/installing.html>`__.
Visualizing the data
--------------------