Mentions légales du service

Skip to content
Snippets Groups Projects

Check that CHAMELEON_Init() was successful in testing

Merged Philippe SWARTVAGHER requested to merge pswartva/chameleon:check_chameleon_init into master
All threads resolved!
Files
2
+ 1
3
@@ -113,9 +113,7 @@ int __chameleon_initpar(int ncpus, int ncudas, int nthreads_per_worker)
}
#endif
RUNTIME_init( chamctxt, ncpus, ncudas, nthreads_per_worker );
return CHAMELEON_SUCCESS;
return RUNTIME_init( chamctxt, ncpus, ncudas, nthreads_per_worker );
}
/**
Loading