Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
1752446b
Commit
1752446b
authored
Dec 06, 2017
by
PRUVOST Florent
Browse files
cdash buildname should consider simu mode
parent
ce4d4e64
Changes
1
Hide whitespace changes
Inline
Side-by-side
CTestConfig.cmake
View file @
1752446b
...
...
@@ -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
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment