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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,10 @@ 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
+
88
92
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))!
89
93
90
94
The shock-droplet interaction case above was run via
0 commit comments