Skip to content

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dareg authored and mlange05 committed Oct 31, 2023
1 parent 1d60145 commit f79fee5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ codebase. To compile it you need:
```
mkdir build
cd build
cmake ..
cmake .. -Dfiat_HAVE_DOUBLE_PRECISION=1 -DUSE_OPENACC=1
make
ctest #Optional, will run the tests
```

The library has been tested with the nvhpc toolkit from Nvidia, version 23.3
and is continually tested with newer releases.
The library has been tested with the nvhpc toolkit from Nvidia, version 23.9
and is continually tested with newer releases. It has also been tested on CPU
(-DUSE_OPENACC=0) with GCC 12 and Intel 2018.

# Field API types

Expand Down

0 comments on commit f79fee5

Please sign in to comment.