projects
/
valse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f4fcc24e655995078f96cb9e6f8008628a0f2db5
[valse.git]
/
src
/
sources
/
utils
/
omp_num_threads.h
1
#ifndef select_omp_num_threads_H
2
#define select_omp_num_threads_H
3
4
//Par exemple...
5
#define OMP_NUM_THREADS 8
6
7
#endif