Mentions légales du service

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

control: Fix warning

parent 51773296
No related branches found
No related tags found
1 merge request!262Add an option to wait for graph submission before executing in testings
...@@ -76,7 +76,6 @@ int RUNTIME_init( CHAM_context_t *chamctxt, ...@@ -76,7 +76,6 @@ int RUNTIME_init( CHAM_context_t *chamctxt,
{ {
starpu_conf_t *conf = (starpu_conf_t*)(chamctxt->schedopt); starpu_conf_t *conf = (starpu_conf_t*)(chamctxt->schedopt);
int hres = CHAMELEON_ERR_NOT_INITIALIZED; int hres = CHAMELEON_ERR_NOT_INITIALIZED;
int rc = 0;
/* StarPU was already initialized by an external library */ /* StarPU was already initialized by an external library */
if (conf == NULL) { if (conf == NULL) {
......
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