Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a7491abf authored by testcdash Nicolas Bellot's avatar testcdash Nicolas Bellot Committed by hhakim
Browse files

wrapper python : test VM ubuntu Openblas

parent 4466eb1a
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ export PATH_DIR_RUN_NIGHTLY='/home/ci/CTest_Nightly'
#modif NB
export LD_PRELOAD='/home/ci/local/OPENBLAS/lib/libopenblas.so' #enable matlab mexfile to find openblas at runtime
#modif NB (FAUST python wrapper enable to find openblas lib at runtime)
export LD_LIBRARY_PATH='/opt/OpenBLAS/lib'
#export HDF5_ROOT_DIR='/home/ci/local/HDF5/lib'
......@@ -72,6 +74,7 @@ export CTEST_CONFIGURE_OPTIONS="\
-DBUILD_USE_GPU:BOOL=OFF;\
-DBUILD_USE_PROFILING=OFF;\
-DBUILD_VERBOSE=OFF;\
-DBUILD_PYTHON=ON;\
-DBUILD_DOCUMENTATION:BOOL=OFF"
#-DDASH_TESTING:BOOL=ON;\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment