Mentions légales du service

Skip to content
Snippets Groups Projects

Override StarPU's number of CPU only if provided by Chameleon's user

Merged Philippe SWARTVAGHER requested to merge pswartva/chameleon:fix/starpu_ncpus into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -76,7 +76,9 @@ int RUNTIME_init( CHAM_context_t *chamctxt,
return 0;
}
conf->ncpus = ncpus;
if (ncpus != -1) {
conf->ncpus = ncpus;
}
conf->ncuda = ncudas;
conf->nopencl = 0;
Loading