diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-11-25 23:18:25 +0000 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-11-25 23:18:25 +0000 |
commit | 5e7b28053dfe06008657bcdb68462dc3d84b8a22 (patch) | |
tree | d772f9f7829189d4781cf34688f46359f4bb2192 /build/run.sh | |
parent | 26b13629922e56ae3337fce3df15387d28172681 (diff) | |
download | regularization-5e7b28053dfe06008657bcdb68462dc3d84b8a22.tar.gz regularization-5e7b28053dfe06008657bcdb68462dc3d84b8a22.tar.bz2 regularization-5e7b28053dfe06008657bcdb68462dc3d84b8a22.tar.xz regularization-5e7b28053dfe06008657bcdb68462dc3d84b8a22.zip |
added PD_TV_2D_CPU version
Diffstat (limited to 'build/run.sh')
-rwxr-xr-x | build/run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/run.sh b/build/run.sh index 285476b..bbbbc6a 100755 --- a/build/run.sh +++ b/build/run.sh @@ -6,11 +6,11 @@ rm -r ../build_proj mkdir ../build_proj cd ../build_proj/ #make clean -export CIL_VERSION=19.09 +export CIL_VERSION=19.10 # install Python modules without CUDA -#cmake ../ -DBUILD_PYTHON_WRAPPER=ON -DBUILD_MATLAB_WRAPPER=OFF -DBUILD_CUDA=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install +cmake ../ -DBUILD_PYTHON_WRAPPER=ON -DBUILD_MATLAB_WRAPPER=OFF -DBUILD_CUDA=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install # install Python modules with CUDA -cmake ../ -DBUILD_PYTHON_WRAPPER=ON -DBUILD_MATLAB_WRAPPER=OFF -DBUILD_CUDA=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install +# cmake ../ -DBUILD_PYTHON_WRAPPER=ON -DBUILD_MATLAB_WRAPPER=OFF -DBUILD_CUDA=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install # install Matlab modules without CUDA # cmake ../ -DBUILD_PYTHON_WRAPPER=OFF -DMatlab_ROOT_DIR=/dls_sw/apps/matlab/r2014a/ -DBUILD_MATLAB_WRAPPER=ON -DBUILD_CUDA=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install # install Matlab modules with CUDA |