diff options
author | Daniil Kazantsev <dkazanc3@googlemail.com> | 2019-04-23 10:53:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 10:53:16 +0100 |
commit | 1ec234723d00c3343177bfefb8ad27df1d69c741 (patch) | |
tree | 6861aaf049b21195884f89d08f113a275b4eca92 /build/run.sh | |
parent | 6040e1e1f501f501e8da628b065fd16d35133519 (diff) | |
parent | e6a9b8c338e68d2a5ad2f62f2abba4ad4d479c80 (diff) | |
download | regularization-1ec234723d00c3343177bfefb8ad27df1d69c741.tar.gz regularization-1ec234723d00c3343177bfefb8ad27df1d69c741.tar.bz2 regularization-1ec234723d00c3343177bfefb8ad27df1d69c741.tar.xz regularization-1ec234723d00c3343177bfefb8ad27df1d69c741.zip |
Merge pull request #120 from vais-ral/regvar
Spatially variant regulariser
Diffstat (limited to 'build/run.sh')
-rwxr-xr-x | build/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/run.sh b/build/run.sh index 0a153aa..2404d1b 100755 --- a/build/run.sh +++ b/build/run.sh @@ -8,9 +8,9 @@ cd ../build_proj/ #make clean export CIL_VERSION=19.04 # 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 |