Mentions légales du service

Skip to content
Snippets Groups Projects

Fix Issue #70

Merged Mathieu Faverge requested to merge faverge/chameleon:issue70 into master
2 files
+ 8
9
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
0
@@ -103,6 +103,13 @@ int __chameleon_initpar(int ncpus, int ncudas, int nthreads_per_worker)
# endif
#endif
#if !defined(CHAMELEON_USE_CUDA)
if ( ncudas != 0 ) {
chameleon_warning("CHAMELEON_Init", "CHAMELEON_USE_CUDA is not defined, ncudas is forced to 0");
ncudas = 0;
}
#endif
RUNTIME_init( chamctxt, ncpus, ncudas, nthreads_per_worker );
#if defined(CHAMELEON_USE_MPI)
Loading