Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5837e274 authored by hhakim's avatar hhakim
Browse files

Update to gpu_mod@2178bf0a.

parent 6dbccfaf
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ stages: ...@@ -12,7 +12,7 @@ stages:
- test - test
- pkg_rev - pkg_rev
ctest: .ctest:
<<: *ctest_script <<: *ctest_script
variables: {SLOW_TESTS: "OFF", BUILD_MULTITHREAD: "ON"} # the CDashConfScript is able to retrieve OpenMP_gomp_LIBRARY and OpenMP_INC_DIR from environment (it's necessary on macOS, so the runner's env. must be configured) variables: {SLOW_TESTS: "OFF", BUILD_MULTITHREAD: "ON"} # the CDashConfScript is able to retrieve OpenMP_gomp_LIBRARY and OpenMP_INC_DIR from environment (it's necessary on macOS, so the runner's env. must be configured)
except: except:
...@@ -22,7 +22,7 @@ ctest: ...@@ -22,7 +22,7 @@ ctest:
tags: tags:
- linux - linux
ctest_python: .ctest_python:
<<: *ctest_script <<: *ctest_script
variables: {BUILD_WRAPPER_PYTHON: "ON", SLOW_TESTS: "OFF", DONT_PYPLOT_FAUST_TIME: "ON", NOCPPTESTS: "ON", NOPY2: "ON", BUILD_MULTITHREAD: "ON"} #, GIT_STRATEGY: none} variables: {BUILD_WRAPPER_PYTHON: "ON", SLOW_TESTS: "OFF", DONT_PYPLOT_FAUST_TIME: "ON", NOCPPTESTS: "ON", NOPY2: "ON", BUILD_MULTITHREAD: "ON"} #, GIT_STRATEGY: none}
except: except:
...@@ -33,7 +33,7 @@ ctest_python: ...@@ -33,7 +33,7 @@ ctest_python:
tags: tags:
- linux - linux
ctest_matlab: .ctest_matlab:
<<: *ctest_script <<: *ctest_script
variables: {BUILD_WRAPPER_MATLAB: "ON", SLOW_TESTS: "OFF", NOCPPTESTS: "ON", BUILD_MULTITHREAD: "OFF"} # MT OFF because of macOS complicated way to enable OpenMP (but packages are OMP enabled) variables: {BUILD_WRAPPER_MATLAB: "ON", SLOW_TESTS: "OFF", NOCPPTESTS: "ON", BUILD_MULTITHREAD: "OFF"} # MT OFF because of macOS complicated way to enable OpenMP (but packages are OMP enabled)
except: except:
...@@ -68,7 +68,7 @@ ctest_nightly_macos: ...@@ -68,7 +68,7 @@ ctest_nightly_macos:
tags: tags:
- win10 - win10
pkg_macos: .pkg_macos:
stage: pkg_rev stage: pkg_rev
script: script:
- SHA_START=$(echo $CI_COMMIT_SHA | sed -e 's/^\(.\{8\}\).*/\1/') - SHA_START=$(echo $CI_COMMIT_SHA | sed -e 's/^\(.\{8\}\).*/\1/')
...@@ -144,7 +144,7 @@ pkg_win: ...@@ -144,7 +144,7 @@ pkg_win:
- cmake -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-9.2 -DCMAKE_CUDA_COMPILER=/usr/local/cuda-9.2/bin/nvcc ..; make - cmake -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-9.2 -DCMAKE_CUDA_COMPILER=/usr/local/cuda-9.2/bin/nvcc ..; make
- cd ../.. - cd ../..
pkg_linux: .pkg_linux:
<<: *build_gpu_mod <<: *build_gpu_mod
stage: pkg_rev stage: pkg_rev
variables: {GIT_SUBMODULE_STRATEGY: recursive} # for checking out gpu_mod variables: {GIT_SUBMODULE_STRATEGY: recursive} # for checking out gpu_mod
...@@ -311,13 +311,13 @@ pages: ...@@ -311,13 +311,13 @@ pages:
- schedules - schedules
- tags - tags
pkg_macos_purepy_rev: .pkg_macos_purepy_rev:
extends: .pkg_purepy_rev extends: .pkg_purepy_rev
variables: {MATIO_STATIC_LIB_PATH: "/usr/local/lib/libmatio.a", Z_STATIC_LIB_PATH: "/opt/local/lib/libz.a", HDF5_STATIC_LIB_PATH: "/opt/local/lib/libhdf5.a", EXPERIMENTAL_PKG: "ON", BUILD_MULTITHREAD: "ON", NOPY2: "ON"} variables: {MATIO_STATIC_LIB_PATH: "/usr/local/lib/libmatio.a", Z_STATIC_LIB_PATH: "/opt/local/lib/libz.a", HDF5_STATIC_LIB_PATH: "/opt/local/lib/libhdf5.a", EXPERIMENTAL_PKG: "ON", BUILD_MULTITHREAD: "ON", NOPY2: "ON"}
tags: tags:
- macos - macos
pkg_linux_purepy_rev: .pkg_linux_purepy_rev:
extends: .pkg_purepy_rev extends: .pkg_purepy_rev
variables: {GIT_SUBMODULE_STRATEGY: recursive, MATIO_STATIC_LIB_PATH: "/opt/local/matio-1.5.7/src/.libs/libmatio.a", Z_STATIC_LIB_PATH: "/opt/local/zlib-1.2.11/libz.a", HDF5_STATIC_LIB_PATH: "/opt/local/hdf5-1.8.18/src/.libs/libhdf5.a", BUILD_MULTITHREAD: "ON", NOPY2: "ON", USE_GPU_MOD: "ON", CMAKE_PREFIX_PATH: "../gpu_mod", EXPERIMENTAL_PKG: "ON"} variables: {GIT_SUBMODULE_STRATEGY: recursive, MATIO_STATIC_LIB_PATH: "/opt/local/matio-1.5.7/src/.libs/libmatio.a", Z_STATIC_LIB_PATH: "/opt/local/zlib-1.2.11/libz.a", HDF5_STATIC_LIB_PATH: "/opt/local/hdf5-1.8.18/src/.libs/libhdf5.a", BUILD_MULTITHREAD: "ON", NOPY2: "ON", USE_GPU_MOD: "ON", CMAKE_PREFIX_PATH: "../gpu_mod", EXPERIMENTAL_PKG: "ON"}
tags: tags:
......
Subproject commit af1104f7584ba44bc562eaebdd2081864377e93c Subproject commit 2178bf0aa9ab4e515463bb5160265cddb3995fc2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment