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
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,11 @@
24
24
25
25
Welcome to the home of MFC!
26
26
MFC simulates compressible multi-component and multi-phase flows, [amongst other things](#what-else-can-this-thing-do).
27
-
It scales <b>ideally to exascale</b>; [tens of thousands of GPUs on NVIDIA- and AMD-GPU machines](#is-this-really-exascale) on Oak Ridge Summit and Frontier.
28
27
MFC is written in Fortran and makes use of metaprogramming to keep the code short (about 20K lines).
28
+
29
+
MFC is used on the latest leadership-class supercomputers.
30
+
It scales <b>ideally to exascale</b>; [tens of thousands of GPUs on NVIDIA- and AMD-GPU machines](#is-this-really-exascale) on Oak Ridge Summit and Frontier.
31
+
MFC is a SPEChpc benchmark candidate, part of the JSC JUPITER Early Access Program, and made use of OLCF Frontier and LLNL El Capitan early access systems.
29
32
30
33
Get in touch with <ahref="mailto:[email protected]">Spencer</a> if you have questions!
31
34
We have an [active Slack channel](https://join.slack.com/t/mflowcode/shared_invite/zt-y75wibvk-g~zztjknjYkK1hFgCuJxVw) and development team.
@@ -55,17 +58,17 @@ It's rather straightforward.
55
58
We'll give a brief intro. here for MacOS.
56
59
Using [brew](https://brew.sh), install MFC's modest set of dependencies:
57
60
```shell
58
-
brew install wget python cmake gcc@13 mpich
61
+
brew install wget python cmake gcc@14 mpich
59
62
```
60
63
You're now ready to build and test MFC!
61
64
Put it to a convenient directory via
62
65
```shell
63
-
git clone https://github.com/MFlowCode/MFC.git
66
+
git clone https://github.com/MFlowCode/MFC
64
67
cd MFC
65
68
```
66
69
and be sure MFC knows what compilers to use by appending and sourcing your `~/.profile` file via this command
0 commit comments