Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Dec 16, 2024
1 parent b084b1c commit c2641f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ then you can build MFC and run the test suite!
```
And... you're done!

If you want to build MFC in single precision to ensure calculations are done in fp32 instead of fp64
then build with the --single flag
./mfc.sh build -j $(nproc) --single

You can learn more about MFC's capabilities [via its documentation](https://mflowcode.github.io/documentation/index.html) or play with the examples located in the `examples/` directory (some are [shown here](https://mflowcode.github.io/documentation/md_examples.html))!

The shock-droplet interaction case above was run via
Expand Down Expand Up @@ -165,6 +161,7 @@ They are organized below. Just click the drop-downs!
* \>66K AMD GPUs on the first exascale computer, [OLCF Frontier](https://www.olcf.ornl.gov/frontier/) (AMD MI250X-based)
* Near compute roofline behavior
* RDMA (remote data memory access; GPU-GPU direct communication) via GPU-aware MPI on NVIDIA (CUDA-aware MPI) and AMD GPU systems
* Optional single-precision computation and storage
</details>

<details>
Expand Down

0 comments on commit c2641f3

Please sign in to comment.