@@ -10,7 +10,7 @@ It has following build dependencies:
1010* CMake >= 3.22
1111* KLU, AMD and COLAMD libraries from SuiteSparse >= 5.0 (optional)
1212* CUDA >= 11.4 (optional)
13- * HIP/ROCm >= 5.6 (optional)
13+ * HIP/ROCm >= 6.0 (optional)
1414
1515
1616To acquire and build Re::Solve it is as easy as:
@@ -38,9 +38,8 @@ In the directory where you built the library run
3838 To change the install location please use the CMakePresets.json file as mentioned in `test and deploy <#test-and-deploy >`__
3939
4040To run it, download `test linear systems <https://github.com/NREL/opf_matrices/tree/master/acopf/activsg10k >`__
41- and then edit script |runResolve |_
42- to match locations of your linear systems and binary installation.
43- The script will emulate nonlinear solver calling the linear solver repeatedly.
41+ and then try some of Re::Solve's `examples <https://github.com/ORNL/ReSolve/tree/develop/examples >`_.
42+ The examples will emulate nonlinear solver calling the linear solver repeatedly.
4443
4544To use the Re::Solve library in your own project
4645----------------------------------------------
@@ -67,7 +66,7 @@ Below is an example CMakeList.txt file to use Re::Solve library in your project
6766 Test and Deploy
6867---------------
6968
70- Re::Solve as a library is tested every merge request via Gitlab pipelines
69+ Re::Solve as a library is tested every pull request via GitHub pipelines
7170that execute various library tests including a test of Re::Solve being
7271consumed as package within an external project as mentioned in `Using
7372Re::Solve in your own
@@ -122,7 +121,7 @@ checkout the cmake
122121`docs <https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html >`__.
123122
124123For example if you wanted to build and install Re::Solve on a High
125- Performance Computing Cluster such as PNNL’s Deception or ORNL’s Ascent
124+ Performance Computing Cluster such as ORNL’s Frontier
126125we encourage you to utilize our cluster preset. Using this preset will
127126set CMAKE_INSTALL_PREFIX to an install folder. To use this preset simply
128127call the preset flag in the cmake build step.
0 commit comments