Update faq authored by Frédéric Dubois's avatar Frédéric Dubois
......@@ -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> ##
......
......