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!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -631,7 +631,7 @@ main(int argc, char *argv[]) {
MORSE_Init( iparam[IPARAM_THRDNBR],
iparam[IPARAM_NCUDAS] );
/* Get thenumber of thread set by the runtime */
/* Get the number of threads set by the runtime */
iparam[IPARAM_THRDNBR] = MORSE_GetThreadNbr();
/* Stops profiling here to avoid profiling uninteresting routines.
Loading