X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=src%2Fsources%2Futils%2Fomp_num_threads.h;fp=src%2Fsources%2Futils%2Fomp_num_threads.h;h=f4fcc24e655995078f96cb9e6f8008628a0f2db5;hb=493a35bfea6d1210c94ced8fbfe3e572f0389ea5;hp=0000000000000000000000000000000000000000;hpb=35b42a4bd37b162a3d579693b2b5fa4913a52ed5;p=valse.git diff --git a/src/sources/utils/omp_num_threads.h b/src/sources/utils/omp_num_threads.h new file mode 100644 index 0000000..f4fcc24 --- /dev/null +++ b/src/sources/utils/omp_num_threads.h @@ -0,0 +1,7 @@ +#ifndef select_omp_num_threads_H +#define select_omp_num_threads_H + +//Par exemple... +#define OMP_NUM_THREADS 8 + +#endif