Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ab62aa98 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

Merge branch 'add_mpi_test' into 'master'

modify mpi ctest and add an mpi job in gitlab-ci

See merge request !7
parents 4b3a2f82 a067e2a4
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -7,6 +7,9 @@ starpu: ...@@ -7,6 +7,9 @@ starpu:
- cmake .. - cmake ..
- make -j2 - make -j2
- ctest -R test_shm_s - ctest -R test_shm_s
- cmake .. -DCHAMELEON_USE_MPI=ON -DCMAKE_INSTALL_PREFIX=$PWD/install
- make -j2
- ctest -R mpi_s
quark: quark:
script: script:
......
...@@ -17,7 +17,7 @@ if (CHAMELEON_USE_CUDA AND CUDA_FOUND) ...@@ -17,7 +17,7 @@ if (CHAMELEON_USE_CUDA AND CUDA_FOUND)
set( TEST_CATEGORIES ${TEST_CATEGORIES} shmgpu ) set( TEST_CATEGORIES ${TEST_CATEGORIES} shmgpu )
endif() endif()
set(TESTLIST set(TESTLIST
gels gels
gemm gemm
getrf_incpiv getrf_incpiv
...@@ -57,8 +57,8 @@ endforeach() ...@@ -57,8 +57,8 @@ endforeach()
if (CHAMELEON_USE_MPI AND MPI_C_FOUND) if (CHAMELEON_USE_MPI AND MPI_C_FOUND)
set( TEST_CATEGORIES mpi ) set( TEST_CATEGORIES mpi )
set( TEST_CMD_mpi "--p=2 --n_range=20000:20000:1 --nb=320") set( TEST_CMD_mpi --p=2 --n_range=2000:2000:1 --nb==32)
set( TEST_CMD_mpigpu "--p=2 --gpus=3") set( TEST_CMD_mpigpu --p=2 --n_range=2000:2000:1 --nb==32 --gpus=1)
#set( TEST_CATEGORIES ${TEST_CATEGORIES} mpi ) #set( TEST_CATEGORIES ${TEST_CATEGORIES} mpi )
#if (CHAMELEON_USE_CUDA AND CUDA_FOUND) #if (CHAMELEON_USE_CUDA AND CUDA_FOUND)
# set( TEST_CATEGORIES ${TEST_CATEGORIES} mpigpu ) # set( TEST_CATEGORIES ${TEST_CATEGORIES} mpigpu )
...@@ -78,4 +78,3 @@ if (CHAMELEON_USE_MPI AND MPI_C_FOUND) ...@@ -78,4 +78,3 @@ if (CHAMELEON_USE_MPI AND MPI_C_FOUND)
endforeach() endforeach()
endforeach() endforeach()
endif() endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment