Commit ef72a596 authored by William D. Fullmer's avatar William D. Fullmer
Browse files

build docs: add warning to summit to build hypre+cuda correctly, bump conduit...

build docs: add warning to summit to build hypre+cuda correctly, bump conduit version in both summit and joule and pin ascent to v0.9.0
parent 24d573ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -443,7 +443,7 @@ prior to following any of the full build instructions above.

      git clone --recursive https://github.com/LLNL/conduit.git
      pushd conduit/
      git checkout v0.8.4
      git checkout v0.8.6
      mkdir build && cd build
      cmake -S ../src -DCMAKE_INSTALL_PREFIX=$ASCENT_INSTALL_DIR \
            -DENABLE_OPENMP=OFF \
@@ -479,6 +479,7 @@ prior to following any of the full build instructions above.

      git clone --recursive https://github.com/Alpine-DAV/ascent.git
      pushd ascent
      git checkout v0.9.0
      mkdir build && cd build/
      cmake -S ../src -DCMAKE_INSTALL_PREFIX=$ASCENT_INSTALL_DIR \
            -DCONDUIT_DIR=$ASCENT_INSTALL_DIR \
+7 −0
Original line number Diff line number Diff line
@@ -320,6 +320,13 @@ prior to following any of the full build instructions above.
      export FC=$(which gfortran)
      mkdir $HOME/scratch && cd $HOME/scratch 

.. note:: 
   
   For whatever reason, building hypre with GPU support does not like this. 
   So if you are building everything all at once, start with hypre with cuda 
   and then set your compilers and build the rest (including hypre without cuda).
   

#. HYPRE

   .. tabs::