From ee3288504789db37b2b5d87f3663eeadf9a9125f Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Tue, 28 Nov 2023 15:50:30 -0500 Subject: [PATCH] Update README.md (#243) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb8954ba7..38128495d 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,11 @@

Welcome to the home of MFC! MFC simulates compressible multi-component and multi-phase flows, amongst other things. - It scales ideally to tens of thousands of GPUs. + It scales ideally to tens of thousands of GPUs on NVIDIA- and AMD-GPU Machines, like OLCF Summit and Frontier. + As such, it is an exascale CFD codebase. MFC is written in Fortran and makes use of metaprogramming to keep the codebase readable. - Please contact the developers, like Spencer, if you have questions. - We have an active Slack channel to help ease in new MFC users and support development. + Don't hesitate to get in touch with the developers, like Spencer, if you have questions. + We have an active Slack channel to help ease new MFC users and support development. MFC has API and high-level documentation on [its website](https://mflowcode.github.io/). The latter is also available [here](docs/documentation/readme.md).