Changes
Page history
Update home
authored
May 04, 2023
by
Christopher Danek
Show whitespace changes
Inline
Side-by-side
home.md
View page @
0ec3e519
...
@@ -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:
```
```
...
...
...
...