Update home authored by Christopher Danek's avatar Christopher Danek
...@@ -21,7 +21,8 @@ git push origin my_own_branch ...@@ -21,7 +21,8 @@ git push origin my_own_branch
``` ```
- compile model with GPU support: - compile model with GPU support:
``` ```
./configure.sh -DENABLE_OPENACC=ON -DDISABLE_MULTITHREADING=ON rm -r build # remove old build
./configure.sh -DENABLE_OPENACC=ON # maybe: -DDISABLE_MULTITHREADING=ON
``` ```
- run model: - run model:
``` ```
... ...
......