Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSiebert1 authored Nov 21, 2024
1 parent ea0d26b commit ef15a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ Please refer to the file `MSMSVisualStudio/v14/Readme_VC++.txt` for building the
ADOL-C provides more than 500 unit tests to verify its basic functionality including both traceless and trace-based adouble variants. The tests are based on BOOST (version >= 1.59.0). Building the ADOL-C teste requires the BOOST libraries `unit_test_framework` and `system`. In case you are compiling BOOST on your own, be sure to add the flags `--with-test` and `--with-system` to activate the corresponding modules.
You can build and run them as follows:
`mkdir build && cd build`
`cmake -S .. -B . -DCMAKE_BUILD_TYPE=Tests`
`cmake -S .. -B . -DBUILD_TESTS=ON`
`make`
`./ADOL-C/boost-test/boost-test-adolc`

Cmake will search for the system installed version of BOOST. If the minimum required version is not satisfied, please enter the path where an appropriate BOOST version is installed in `3RDPARTY_BOOST_DIR` in the `CMakelists.txt` inside the `boost-test` folder. Notice that ADOL-C has to be compiled with the same version of BOOST as used here. When using a different BOOST version than the one provided by the operating system, ADOL-C can be configured with `--with-boost` flag before compiling the ADOL-C sources.


Enjoy this new version!
Enjoy this new version!

0 comments on commit ef15a3b

Please sign in to comment.