Loading CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ endif() include(${CMAKE_CURRENT_LIST_DIR}/cmake/ADIOSFunctions.cmake) setup_version(2.8.1) setup_version(2.8.2) project(ADIOS2 VERSION ${ADIOS2_VERSION}) Loading ReadMe.md +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ Once ADIOS2 is installed refer to: ## Releases * Latest release: [v2.8.1](https://github.com/ornladios/ADIOS2/releases/tag/v2.81) * Latest release: [v2.8.2](https://github.com/ornladios/ADIOS2/releases/tag/v2.8.2) * Previous releases: [https://github.com/ornladios/ADIOS2/releases](https://github.com/ornladios/ADIOS2/releases) Loading docs/user_guide/source/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ author = u'Oak Ridge National Laboratory' # The short X.Y version. version = u'2' # The full version, including alpha/beta/rc tags. release = u'2.8.1' release = u'2.8.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Loading docs/user_guide/source/setting_up/source/cmake.rst +2 −2 Original line number Diff line number Diff line Loading @@ -132,12 +132,12 @@ Notes: $ export CMAKE_PREFIX_PATH=/opt/foo/bar $ cmake -DHDF5_ROOT=/opt/hdf5/1.13.0 ../ADIOS2 Example: the following configuration will build, test and install under /opt/adios2/2.8.1 an optimized (Release) version of ADIOS2. Example: the following configuration will build, test and install under /opt/adios2/2.8.2 an optimized (Release) version of ADIOS2. .. code-block:: bash $ cd build $ cmake -DADIOS2_USE_Fortran=ON -DCMAKE_INSTALL_PREFIX=/opt/adios2/2.8.1 -DCMAKE_BUILD_Type=Release ../ADIOS2 $ cmake -DADIOS2_USE_Fortran=ON -DCMAKE_INSTALL_PREFIX=/opt/adios2/2.8.2 -DCMAKE_BUILD_Type=Release ../ADIOS2 $ make -j16 $ ctest $ make install Loading Loading
CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ endif() include(${CMAKE_CURRENT_LIST_DIR}/cmake/ADIOSFunctions.cmake) setup_version(2.8.1) setup_version(2.8.2) project(ADIOS2 VERSION ${ADIOS2_VERSION}) Loading
ReadMe.md +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ Once ADIOS2 is installed refer to: ## Releases * Latest release: [v2.8.1](https://github.com/ornladios/ADIOS2/releases/tag/v2.81) * Latest release: [v2.8.2](https://github.com/ornladios/ADIOS2/releases/tag/v2.8.2) * Previous releases: [https://github.com/ornladios/ADIOS2/releases](https://github.com/ornladios/ADIOS2/releases) Loading
docs/user_guide/source/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ author = u'Oak Ridge National Laboratory' # The short X.Y version. version = u'2' # The full version, including alpha/beta/rc tags. release = u'2.8.1' release = u'2.8.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Loading
docs/user_guide/source/setting_up/source/cmake.rst +2 −2 Original line number Diff line number Diff line Loading @@ -132,12 +132,12 @@ Notes: $ export CMAKE_PREFIX_PATH=/opt/foo/bar $ cmake -DHDF5_ROOT=/opt/hdf5/1.13.0 ../ADIOS2 Example: the following configuration will build, test and install under /opt/adios2/2.8.1 an optimized (Release) version of ADIOS2. Example: the following configuration will build, test and install under /opt/adios2/2.8.2 an optimized (Release) version of ADIOS2. .. code-block:: bash $ cd build $ cmake -DADIOS2_USE_Fortran=ON -DCMAKE_INSTALL_PREFIX=/opt/adios2/2.8.1 -DCMAKE_BUILD_Type=Release ../ADIOS2 $ cmake -DADIOS2_USE_Fortran=ON -DCMAKE_INSTALL_PREFIX=/opt/adios2/2.8.2 -DCMAKE_BUILD_Type=Release ../ADIOS2 $ make -j16 $ ctest $ make install Loading