Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cc5b791c authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'nocalibrate' into 'master'

Do not enable calibration by default

See merge request !33
parents bed75474 0d99fdd7
No related branches found
No related tags found
1 merge request!33Do not enable calibration by default
Pipeline #
Subproject commit 8b867b974fe1f03ff1afa2d3502a41add10d31a9 Subproject commit 32c1ba6ae5d7e19d570ac3bd86a24acb82f2081e
...@@ -62,12 +62,6 @@ int RUNTIME_init_scheduler( MORSE_context_t *morse, int ncpus, int ncudas, int n ...@@ -62,12 +62,6 @@ int RUNTIME_init_scheduler( MORSE_context_t *morse, int ncpus, int ncudas, int n
conf->ncuda = ncudas; conf->ncuda = ncudas;
conf->nopencl = 0; 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 */ /* By default, use the dmdas strategy */
if (!getenv("STARPU_SCHED")) { if (!getenv("STARPU_SCHED")) {
if (conf->ncuda > 0) { 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