Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0d99fdd7 authored by THIBAULT Samuel's avatar THIBAULT Samuel
Browse files

Do not enable calibration by default, so people get to see the warnings about...

Do not enable calibration by default, so people get to see the warnings about codelets still not being calibrated
parent bed75474
No related branches found
No related tags found
1 merge request!33Do not enable calibration by default
Subproject commit 8b867b974fe1f03ff1afa2d3502a41add10d31a9
Subproject commit 32c1ba6ae5d7e19d570ac3bd86a24acb82f2081e
......@@ -62,12 +62,6 @@ int RUNTIME_init_scheduler( MORSE_context_t *morse, int ncpus, int ncudas, int n
conf->ncuda = ncudas;
conf->nopencl = 0;
#if !defined(CHAMELEON_SIMULATION)
/* By default, enable calibration */
if (!getenv("STARPU_CALIBRATE"))
conf->calibrate = 1;
#endif
/* By default, use the dmdas strategy */
if (!getenv("STARPU_SCHED")) {
if (conf->ncuda > 0) {
......
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