projects
/
valse.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Inputparametters.R + SelecModel
[valse.git]
/
Util
/
omp_num_threads.h
Commit
Line
Data
1d3c1faa
BA
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