You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,10 +85,6 @@ then you can build MFC and run the test suite!
85
85
```
86
86
And... you're done!
87
87
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
-
92
88
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))!
93
89
94
90
The shock-droplet interaction case above was run via
@@ -165,6 +161,7 @@ They are organized below. Just click the drop-downs!
165
161
* \>66K AMD GPUs on the first exascale computer, [OLCF Frontier](https://www.olcf.ornl.gov/frontier/) (AMD MI250X-based)
166
162
* Near compute roofline behavior
167
163
* 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
0 commit comments