Changes
Page history
Update faq
authored
Feb 02, 2018
by
Frédéric Dubois
Hide whitespace changes
Inline
Side-by-side
faq.markdown
View page @
bddec13d
...
...
@@ -46,7 +46,9 @@ Finally before running a computation, you must set two environment variables whi
export
OMP_SCHEDULE
=
STATIC
export
OMP_NUM_THREADS
=
n
```
where
**n**
is the number of threads you want to use (usually no more than the number of core available).
where
**n**
is the number of threads you want to use (usually no more than the number of core available).
Additional informations in: examples/Ateliers/Performance/directions/index.html
## <a name=compile_error> Known compilation errors </a> ##
...
...
...
...