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!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -113,8 +113,8 @@ RUNTIME_disable( void *runtime_ctxt, int option );
* defines a better binding of the workers.
* -1 to disable, or > 0 to enable.
*
* @retval -1 on failure to initialize the runtime.
* @retval >0 on success to initialize the runtime.
* @retval CHAMELEON_SUCCESS on success to initialize the runtime.
* @retval CHAMELEON_ERR_NOT_INITIALIZED on failure to initialize the runtime.
*
*/
int
Loading