We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0070c21 commit db9d177Copy full SHA for db9d177
BUILD-LINUX.md
@@ -52,6 +52,7 @@ sudo apt -y install liblapack3 liblapack-dev libblas3 libblas-dev
52
- Open a terminal and change to `CADET-Core/build`
53
- If using MKL, execute `export MKLROOT=/opt/intel/mkl`
54
- To compile:
55
+
56
- Using standard LAPACK: Execute `cmake -DCMAKE_INSTALL_PREFIX="../install" ../`
57
58
- Using MKL (sequential): Execute `cmake -DCMAKE_INSTALL_PREFIX="../install" -DBLA_VENDOR=Intel10_64lp_seq ../`
0 commit comments