mozul created page: release_notes authored by Frédéric Dubois's avatar Frédéric Dubois
...@@ -34,8 +34,8 @@ sys.path.append("my_build_path") ...@@ -34,8 +34,8 @@ sys.path.append("my_build_path")
###### How to use multi-threaded version #### ###### How to use multi-threaded version ####
First the code must be re-compiled (unavailable on Windows). Go to your build directory First the code must be re-compiled (unavailable on Windows).
(if you followed the instruction of the wiki it should be *lmgc90_user/build*), then type the Go to your build directory (if you followed the instruction of the wiki it should be *lmgc90_user/build*), then type the
following command in your terminal: following command in your terminal:
```shell ```shell
cmake . -DWITH_OPENMP=True cmake . -DWITH_OPENMP=True
... ...
......