Mentions légales du service

Skip to content
Snippets Groups Projects

Fix issue 16

Merged Mathieu Faverge requested to merge faverge/chameleon:issue16/default_nbthreads into master
All threads resolved!
7 files
+ 66
29
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 18
0
@@ -283,3 +283,21 @@ int MORSE_Comm_rank( int *rank )
RUNTIME_comm_rank (rank);
return MORSE_SUCCESS;
}
/** ***************************************************************************
*
* @ingroup Control
*
* MORSE_GetThreadNbr - Return the number of CPU workers initialized by the
* runtime
*
******************************************************************************
*
* @return
* \retval The number of CPU workers started
*
*****************************************************************************/
int MORSE_GetThreadNbr( )
{
return RUNTIME_get_thread_nbr();
}
Loading