Mentions légales du service

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

cdash buildname should consider simu mode

parent ce4d4e64
No related branches found
No related tags found
No related merge requests found
......@@ -47,12 +47,16 @@ if(NOT BUILDNAME)
set(BUILDNAME "${BUILDNAME}-StarPU")
endif(CHAMELEON_SCHED_STARPU)
if(CHAMELEON_SIMULATION)
set(BUILDNAME "${BUILDNAME}-SimGrid")
endif(CHAMELEON_SIMULATION)
if(CHAMELEON_USE_MPI)
set(BUILDNAME "${BUILDNAME}-mpi")
set(BUILDNAME "${BUILDNAME}-MPI")
endif(CHAMELEON_USE_MPI)
if(CHAMELEON_USE_CUDA)
set(BUILDNAME "${BUILDNAME}-cuda")
set(BUILDNAME "${BUILDNAME}-CUDA")
endif(CHAMELEON_USE_CUDA)
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