Skip to content

Commit c2641f3

Browse files
authored
Update README.md
1 parent b084b1c commit c2641f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ then you can build MFC and run the test suite!
8585
```
8686
And... you're done!
8787

88-
If you want to build MFC in single precision to ensure calculations are done in fp32 instead of fp64
89-
then build with the --single flag
90-
./mfc.sh build -j $(nproc) --single
91-
9288
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))!
9389

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

170167
<details>

0 commit comments

Comments
 (0)