From 70c67d33df79a0ca64964d63f0e0b283cc5196dd Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 14 Jul 2025 12:18:58 -0400 Subject: [PATCH 01/10] Update README.md --- README.md | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 183be5caf3..e050e02337 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,6 @@ They are organized below. * Acoustic wave generation (one- and two-way sound sources) * Magnetohydrodynamics (MHD) * Relativistic Magnetohydrodynamics (RMHD) - ### Numerics @@ -157,7 +156,6 @@ They are organized below. * RK4-5 operator splitting for Euler-Lagrange modeling * Interface sharpening (THINC-like) - ### Large-scale and accelerated simulation * GPU compatible on NVIDIA ([P/V/A/H]100, GH200, etc.) and AMD (MI[1/2/3]00+) GPU and APU hardware @@ -182,27 +180,20 @@ They are organized below. ## Citation -If you use MFC, consider citing it as: - -

- - S. H. Bryngelson, K. Schmidmayer, V. Coralic, K. Maeda, J. Meng, T. Colonius (2021) Computer Physics Communications 266, 107396 - -

+If you use MFC, consider citing it as below. +Ref. 1 includes all modern MFC features, including GPU acceleration and many new physics features. +If referencing MFC's (GPU) performance, consider citing ref. 1 and 2, which describe the solver and how it was crafted. +The original open-source release of MFC is ref. 3, which should be cited for provenance as appropriate. ```bibtex -@article{Bryngelson_2021, - title = {{MFC: A}n open-source high-order multi-component, multi-phase, and multi-scale compressible flow solver}, - author = {S. H. Bryngelson and K. Schmidmayer and V. Coralic and J. C. Meng and K. Maeda and T. Colonius}, - journal = {Computer Physics Communications}, - year = {2021}, - volume = {266}, - pages = {107396}, - doi = {10.1016/j.cpc.2020.107396} +@article{Wilfong_2025, + author = {Wilfong, Benjamin and {Le Berre}, Henry and Radhakrishnan, Anand and Gupta, Ansh and Vaca-Revelo, Diego and Adam, Dimitrios and Yu, Haocheng and Lee, Hyeoksu and Chreim, Jose Rodolfo and {Carcana Barbosa}, Mirelys and Zhang, Yanjun and Cisneros-Garibay, Esteban and Gnanaskandan, Aswin and {Rodriguez Jr.}, Mauro and Budiardja, Reuben D. and Abbott, Stephen and Colonius, Tim and Bryngelson, Spencer H.}, + title = {{MFC 5.0: A}n exascale many-physics flow solver}, + journal = {arXiv preprint arXiv:2503.07953}, + year = {2025}, + doi = {10.48550/arXiv.2503.07953} } -``` -```bibtex @article{Radhakrishnan_2024, title = {Method for portable, scalable, and performant {GPU}-accelerated simulation of multiphase compressible flow}, author = {A. Radhakrishnan and H. {Le Berre} and B. Wilfong and J.-S. Spratt and M. {Rodriguez Jr.} and T. Colonius and S. H. Bryngelson}, @@ -212,6 +203,16 @@ If you use MFC, consider citing it as: pages = {109238}, doi = {10.1016/j.cpc.2024.109238} } + +@article{Bryngelson_2021, + title = {{MFC: A}n open-source high-order multi-component, multi-phase, and multi-scale compressible flow solver}, + author = {S. H. Bryngelson and K. Schmidmayer and V. Coralic and J. C. Meng and K. Maeda and T. Colonius}, + journal = {Computer Physics Communications}, + year = {2021}, + volume = {266}, + pages = {107396}, + doi = {10.1016/j.cpc.2020.107396} +} ``` ## License @@ -229,8 +230,3 @@ MFC computations have used many supercomputing systems. A partial list is below * PSC Bridges(1/2), NCSA Delta, SDSC Comet and Expanse, Purdue Anvil, TACC Stampede(1-3), and TAMU ACES via ACCESS-CI allocations from Bryngelson, Colonius, Rodriguez, and more. * DOD systems Onyx, Carpenter, Nautilus, and Narwhal via the DOD HPCMP program * Sandia National Labs systems Doom and Attaway and testbed systems Weaver and Vortex - - -## Contributors - -[![Contributors](https://contributors-img.web.app/image?repo=mflowcode/mfc)](https://github.com/mflowcode/mfc/graphs/contributors) From e0a3e1824657a3d1e92c0813f3a45bb740f29407 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 14 Jul 2025 10:02:08 -0700 Subject: [PATCH 02/10] docs: add @sbryngelson as a contributor --- .all-contributorsrc | 25 +++++++++++++++++++++++++ README.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000000..2add8a0aad --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "projectName": "MFC", + "projectOwner": "sbryngelson", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "angular", + "contributors": [ + { + "login": "sbryngelson", + "name": "Spencer Bryngelson", + "avatar_url": "https://avatars.githubusercontent.com/u/39740593?v=4", + "profile": "https://github.com/sbryngelson", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "linkToUsage": true +} diff --git a/README.md b/README.md index e050e02337..918ef49c18 100644 --- a/README.md +++ b/README.md @@ -230,3 +230,34 @@ MFC computations have used many supercomputing systems. A partial list is below * PSC Bridges(1/2), NCSA Delta, SDSC Comet and Expanse, Purdue Anvil, TACC Stampede(1-3), and TAMU ACES via ACCESS-CI allocations from Bryngelson, Colonius, Rodriguez, and more. * DOD systems Onyx, Carpenter, Nautilus, and Narwhal via the DOD HPCMP program * Sandia National Labs systems Doom and Attaway and testbed systems Weaver and Vortex + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + + + + + +
Spencer Bryngelson
Spencer Bryngelson

💻
+ + Add your contributions + +
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 72d20d62416662e6dc197ae166b50f7981e8d178 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 14 Jul 2025 10:04:52 -0700 Subject: [PATCH 03/10] docs: update @sbryngelson as a contributor --- .all-contributorsrc | 2 +- README.md | 30 ------------------------------ 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2add8a0aad..2236dcd082 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,6 +1,6 @@ { "projectName": "MFC", - "projectOwner": "sbryngelson", + "projectOwner": "MFlowCode", "repoType": "github", "repoHost": "https://github.com", "files": [ diff --git a/README.md b/README.md index 918ef49c18..2e4fc33115 100644 --- a/README.md +++ b/README.md @@ -231,33 +231,3 @@ MFC computations have used many supercomputing systems. A partial list is below * DOD systems Onyx, Carpenter, Nautilus, and Narwhal via the DOD HPCMP program * Sandia National Labs systems Doom and Attaway and testbed systems Weaver and Vortex -## Contributors ✨ - -Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): - - - - - - - - - - - - - - - -
Spencer Bryngelson
Spencer Bryngelson

💻
- - Add your contributions - -
- - - - - - -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 16428b2af494987445a695a7e88de708b87073f2 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 14 Jul 2025 10:26:18 -0700 Subject: [PATCH 04/10] contrib --- .all-contributorsrc | 218 +++++++++++++++++++++++++++++++++++++++++++- README.md | 66 ++++++++++++++ 2 files changed, 283 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2236dcd082..2ec4c6fb43 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,6 +1,6 @@ { "projectName": "MFC", - "projectOwner": "MFlowCode", + "projectOwner": "sbryngelson", "repoType": "github", "repoHost": "https://github.com", "files": [ @@ -18,6 +18,222 @@ "contributions": [ "code" ] + }, + { + "login": "henryleberre", + "name": "Henry Le Berre", + "avatar_url": "https://avatars.githubusercontent.com/u/24208000?v=4", + "profile": "https://github.com/henryleberre", + "contributions": [ + "code" + ] + }, + { + "login": "wilfonba", + "name": "Ben Wilfong", + "avatar_url": "https://avatars.githubusercontent.com/u/48168887?v=4", + "profile": "https://github.com/wilfonba", + "contributions": [ + "code" + ] + }, + { + "login": "haochey", + "name": "Haocheng Yu", + "avatar_url": "https://avatars.githubusercontent.com/u/98496194?v=4", + "profile": "https://github.com/haochey", + "contributions": [ + "code" + ] + }, + { + "login": "hyeoksu-lee", + "name": "Hyeoksu Lee", + "avatar_url": "https://avatars.githubusercontent.com/u/121892187?v=4", + "profile": "https://github.com/hyeoksu-lee", + "contributions": [ + "code" + ] + }, + { + "login": "anandrdbz", + "name": "anandrdbz", + "avatar_url": "https://avatars.githubusercontent.com/u/62814442?v=4", + "profile": "https://github.com/anandrdbz", + "contributions": [ + "code" + ] + }, + { + "login": "anshgupta1234", + "name": "Ansh Gupta", + "avatar_url": "https://avatars.githubusercontent.com/u/38015438?v=4", + "profile": "https://github.com/anshgupta1234", + "contributions": [ + "code" + ] + }, + { + "login": "ChrisZYJ", + "name": "Yanjun Zhang", + "avatar_url": "https://avatars.githubusercontent.com/u/120074479?v=4", + "profile": "https://github.com/ChrisZYJ", + "contributions": [ + "code" + ] + }, + { + "login": "okBrian", + "name": "Brian Ok", + "avatar_url": "https://avatars.githubusercontent.com/u/63064763?v=4", + "profile": "https://github.com/okBrian", + "contributions": [ + "code" + ] + }, + { + "login": "RasmitDevkota", + "name": "Rasmit Devkota", + "avatar_url": "https://avatars.githubusercontent.com/u/20760979?v=4", + "profile": "https://github.com/RasmitDevkota", + "contributions": [ + "code" + ] + }, + { + "login": "js-spratt", + "name": "Jean-Sebastien Spratt", + "avatar_url": "https://avatars.githubusercontent.com/u/37048159?v=4", + "profile": "https://github.com/js-spratt", + "contributions": [ + "code" + ] + }, + { + "login": "Malmahrouqi3", + "name": "Mohammed S. Al-Mahrouqi", + "avatar_url": "https://avatars.githubusercontent.com/u/145478595?v=4", + "profile": "https://www.linkedin.com/in/malmahrouqi3", + "contributions": [ + "code" + ] + }, + { + "login": "AiredaleDev", + "name": "Cameron", + "avatar_url": "https://avatars.githubusercontent.com/u/71239694?v=4", + "profile": "https://github.com/AiredaleDev", + "contributions": [ + "code" + ] + }, + { + "login": "XZTian64", + "name": "Xuzheng Tian", + "avatar_url": "https://avatars.githubusercontent.com/u/195029395?v=4", + "profile": "https://github.com/XZTian64", + "contributions": [ + "code" + ] + }, + { + "login": "DimAdam-01", + "name": "Dimitrios Adam", + "avatar_url": "https://avatars.githubusercontent.com/u/153962156?v=4", + "profile": "https://github.com/DimAdam-01", + "contributions": [ + "code" + ] + }, + { + "login": "JRChreim", + "name": "JRChreim", + "avatar_url": "https://avatars.githubusercontent.com/u/22774282?v=4", + "profile": "https://github.com/JRChreim", + "contributions": [ + "code" + ] + }, + { + "login": "max-Hawkins", + "name": "Max Hawkins", + "avatar_url": "https://avatars.githubusercontent.com/u/37495064?v=4", + "profile": "https://github.com/max-Hawkins", + "contributions": [ + "code" + ] + }, + { + "login": "prathi-wind", + "name": "Tanush Prathi", + "avatar_url": "https://avatars.githubusercontent.com/u/128338570?v=4", + "profile": "https://github.com/prathi-wind", + "contributions": [ + "code" + ] + }, + { + "login": "dgvacarevelo", + "name": "Diego Vaca Revelo", + "avatar_url": "https://avatars.githubusercontent.com/u/143528660?v=4", + "profile": "https://github.com/dgvacarevelo", + "contributions": [ + "code" + ] + }, + { + "login": "belericant", + "name": "Eric Dong", + "avatar_url": "https://avatars.githubusercontent.com/u/17969913?v=4", + "profile": "https://github.com/belericant", + "contributions": [ + "code" + ] + }, + { + "login": "mrodrig6", + "name": "Mauro Rodriguez Jr", + "avatar_url": "https://avatars.githubusercontent.com/u/19245739?v=4", + "profile": "https://vivo.brown.edu/display/mrodri97", + "contributions": [ + "code" + ] + }, + { + "login": "aricer123", + "name": "aricer123", + "avatar_url": "https://avatars.githubusercontent.com/u/107273558?v=4", + "profile": "https://github.com/aricer123", + "contributions": [ + "code" + ] + }, + { + "login": "Sam-Briney", + "name": "Sam-Briney", + "avatar_url": "https://avatars.githubusercontent.com/u/46232496?v=4", + "profile": "https://github.com/Sam-Briney", + "contributions": [ + "code" + ] + }, + { + "login": "abbotts", + "name": "Steve Abbott", + "avatar_url": "https://avatars.githubusercontent.com/u/13371405?v=4", + "profile": "https://github.com/abbotts", + "contributions": [ + "code" + ] + }, + { + "login": "arjunj05", + "name": "arjunj05", + "avatar_url": "https://avatars.githubusercontent.com/u/88004187?v=4", + "profile": "https://github.com/arjunj05", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 2e4fc33115..fe6300599a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@

+ +[![All Contributors](https://img.shields.io/badge/all_contributors-25-orange.svg?style=flat-square)](#contributors-) + MFC Banner @@ -231,3 +234,66 @@ MFC computations have used many supercomputing systems. A partial list is below * DOD systems Onyx, Carpenter, Nautilus, and Narwhal via the DOD HPCMP program * Sandia National Labs systems Doom and Attaway and testbed systems Weaver and Vortex + +## Contributors ✨ + + +[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Spencer Bryngelson
Spencer Bryngelson

💻
Henry Le Berre
Henry Le Berre

💻
Ben Wilfong
Ben Wilfong

💻
Haocheng Yu
Haocheng Yu

💻
Hyeoksu Lee
Hyeoksu Lee

💻
anandrdbz
anandrdbz

💻
Ansh Gupta
Ansh Gupta

💻
Yanjun Zhang
Yanjun Zhang

💻
Brian Ok
Brian Ok

💻
Rasmit Devkota
Rasmit Devkota

💻
Jean-Sebastien Spratt
Jean-Sebastien Spratt

💻
Mohammed S. Al-Mahrouqi
Mohammed S. Al-Mahrouqi

💻
Cameron
Cameron

💻
Xuzheng Tian
Xuzheng Tian

💻
Dimitrios Adam
Dimitrios Adam

💻
JRChreim
JRChreim

💻
Max Hawkins
Max Hawkins

💻
Tanush Prathi
Tanush Prathi

💻
Diego Vaca Revelo
Diego Vaca Revelo

💻
Eric Dong
Eric Dong

💻
Mauro Rodriguez Jr
Mauro Rodriguez Jr

💻
aricer123
aricer123

💻
Sam-Briney
Sam-Briney

💻
Steve Abbott
Steve Abbott

💻
arjunj05
arjunj05

💻
+ + Add your contributions + +
+ + + + + + +Thanks goes to these wonderful people ✨ From 3faaea4860aa6a8d917ef1db9776d90f6d939510 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 14 Jul 2025 10:29:02 -0700 Subject: [PATCH 05/10] minor --- .all-contributorsrc | 2 +- README.md | 54 +++++++++++++++++++++------------------------ 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2ec4c6fb43..472ec24c22 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,6 +1,6 @@ { "projectName": "MFC", - "projectOwner": "sbryngelson", + "projectOwner": "MFlowCode", "repoType": "github", "repoHost": "https://github.com", "files": [ diff --git a/README.md b/README.md index fe6300599a..f793d4753b 100644 --- a/README.md +++ b/README.md @@ -237,47 +237,43 @@ MFC computations have used many supercomputing systems. A partial list is below ## Contributors ✨ - -[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) - - - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - + + + + From b630bf0c5850eba17044c8e54f3907530ca4cfb1 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 14 Jul 2025 10:30:53 -0700 Subject: [PATCH 06/10] minor --- .github/workflows/all-contributors.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/all-contributors.yml diff --git a/.github/workflows/all-contributors.yml b/.github/workflows/all-contributors.yml new file mode 100644 index 0000000000..821cb69ba3 --- /dev/null +++ b/.github/workflows/all-contributors.yml @@ -0,0 +1,22 @@ +name: "Update contributors" +on: + push: + branches: [ master ] +jobs: + update-contributors: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: '18' + - name: Run all-contributors + run: npx all-contributors-cli generate + - name: Commit updated contributors + run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" + git add README.md + git commit -m "chore: update contributors" || echo "No changes to commit" + git push From a71e4f076af82617ee9150c175ddf86f3cdc27d9 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 14 Jul 2025 15:54:04 -0400 Subject: [PATCH 07/10] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index f793d4753b..0c56b53b35 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@

- -[![All Contributors](https://img.shields.io/badge/all_contributors-25-orange.svg?style=flat-square)](#contributors-) - MFC Banner From b42609cdd0dd2002aa9b3b14ea7d6abe44cafb8a Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 14 Jul 2025 15:54:28 -0400 Subject: [PATCH 08/10] Update .all-contributorsrc --- .all-contributorsrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 472ec24c22..cddae88dff 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -6,7 +6,7 @@ "files": [ "README.md" ], - "imageSize": 100, + "imageSize": 80, "commit": true, "commitConvention": "angular", "contributors": [ @@ -236,6 +236,6 @@ ] } ], - "contributorsPerLine": 7, + "contributorsPerLine": 9, "linkToUsage": true } From 1ab3c49fd2506fece6411a08b903a420c5c51eec Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 14 Jul 2025 15:41:19 -0700 Subject: [PATCH 09/10] remove --- .all-contributorsrc | 241 ------------------------- .github/workflows/all-contributors.yml | 22 --- 2 files changed, 263 deletions(-) delete mode 100644 .all-contributorsrc delete mode 100644 .github/workflows/all-contributors.yml diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index cddae88dff..0000000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,241 +0,0 @@ -{ - "projectName": "MFC", - "projectOwner": "MFlowCode", - "repoType": "github", - "repoHost": "https://github.com", - "files": [ - "README.md" - ], - "imageSize": 80, - "commit": true, - "commitConvention": "angular", - "contributors": [ - { - "login": "sbryngelson", - "name": "Spencer Bryngelson", - "avatar_url": "https://avatars.githubusercontent.com/u/39740593?v=4", - "profile": "https://github.com/sbryngelson", - "contributions": [ - "code" - ] - }, - { - "login": "henryleberre", - "name": "Henry Le Berre", - "avatar_url": "https://avatars.githubusercontent.com/u/24208000?v=4", - "profile": "https://github.com/henryleberre", - "contributions": [ - "code" - ] - }, - { - "login": "wilfonba", - "name": "Ben Wilfong", - "avatar_url": "https://avatars.githubusercontent.com/u/48168887?v=4", - "profile": "https://github.com/wilfonba", - "contributions": [ - "code" - ] - }, - { - "login": "haochey", - "name": "Haocheng Yu", - "avatar_url": "https://avatars.githubusercontent.com/u/98496194?v=4", - "profile": "https://github.com/haochey", - "contributions": [ - "code" - ] - }, - { - "login": "hyeoksu-lee", - "name": "Hyeoksu Lee", - "avatar_url": "https://avatars.githubusercontent.com/u/121892187?v=4", - "profile": "https://github.com/hyeoksu-lee", - "contributions": [ - "code" - ] - }, - { - "login": "anandrdbz", - "name": "anandrdbz", - "avatar_url": "https://avatars.githubusercontent.com/u/62814442?v=4", - "profile": "https://github.com/anandrdbz", - "contributions": [ - "code" - ] - }, - { - "login": "anshgupta1234", - "name": "Ansh Gupta", - "avatar_url": "https://avatars.githubusercontent.com/u/38015438?v=4", - "profile": "https://github.com/anshgupta1234", - "contributions": [ - "code" - ] - }, - { - "login": "ChrisZYJ", - "name": "Yanjun Zhang", - "avatar_url": "https://avatars.githubusercontent.com/u/120074479?v=4", - "profile": "https://github.com/ChrisZYJ", - "contributions": [ - "code" - ] - }, - { - "login": "okBrian", - "name": "Brian Ok", - "avatar_url": "https://avatars.githubusercontent.com/u/63064763?v=4", - "profile": "https://github.com/okBrian", - "contributions": [ - "code" - ] - }, - { - "login": "RasmitDevkota", - "name": "Rasmit Devkota", - "avatar_url": "https://avatars.githubusercontent.com/u/20760979?v=4", - "profile": "https://github.com/RasmitDevkota", - "contributions": [ - "code" - ] - }, - { - "login": "js-spratt", - "name": "Jean-Sebastien Spratt", - "avatar_url": "https://avatars.githubusercontent.com/u/37048159?v=4", - "profile": "https://github.com/js-spratt", - "contributions": [ - "code" - ] - }, - { - "login": "Malmahrouqi3", - "name": "Mohammed S. Al-Mahrouqi", - "avatar_url": "https://avatars.githubusercontent.com/u/145478595?v=4", - "profile": "https://www.linkedin.com/in/malmahrouqi3", - "contributions": [ - "code" - ] - }, - { - "login": "AiredaleDev", - "name": "Cameron", - "avatar_url": "https://avatars.githubusercontent.com/u/71239694?v=4", - "profile": "https://github.com/AiredaleDev", - "contributions": [ - "code" - ] - }, - { - "login": "XZTian64", - "name": "Xuzheng Tian", - "avatar_url": "https://avatars.githubusercontent.com/u/195029395?v=4", - "profile": "https://github.com/XZTian64", - "contributions": [ - "code" - ] - }, - { - "login": "DimAdam-01", - "name": "Dimitrios Adam", - "avatar_url": "https://avatars.githubusercontent.com/u/153962156?v=4", - "profile": "https://github.com/DimAdam-01", - "contributions": [ - "code" - ] - }, - { - "login": "JRChreim", - "name": "JRChreim", - "avatar_url": "https://avatars.githubusercontent.com/u/22774282?v=4", - "profile": "https://github.com/JRChreim", - "contributions": [ - "code" - ] - }, - { - "login": "max-Hawkins", - "name": "Max Hawkins", - "avatar_url": "https://avatars.githubusercontent.com/u/37495064?v=4", - "profile": "https://github.com/max-Hawkins", - "contributions": [ - "code" - ] - }, - { - "login": "prathi-wind", - "name": "Tanush Prathi", - "avatar_url": "https://avatars.githubusercontent.com/u/128338570?v=4", - "profile": "https://github.com/prathi-wind", - "contributions": [ - "code" - ] - }, - { - "login": "dgvacarevelo", - "name": "Diego Vaca Revelo", - "avatar_url": "https://avatars.githubusercontent.com/u/143528660?v=4", - "profile": "https://github.com/dgvacarevelo", - "contributions": [ - "code" - ] - }, - { - "login": "belericant", - "name": "Eric Dong", - "avatar_url": "https://avatars.githubusercontent.com/u/17969913?v=4", - "profile": "https://github.com/belericant", - "contributions": [ - "code" - ] - }, - { - "login": "mrodrig6", - "name": "Mauro Rodriguez Jr", - "avatar_url": "https://avatars.githubusercontent.com/u/19245739?v=4", - "profile": "https://vivo.brown.edu/display/mrodri97", - "contributions": [ - "code" - ] - }, - { - "login": "aricer123", - "name": "aricer123", - "avatar_url": "https://avatars.githubusercontent.com/u/107273558?v=4", - "profile": "https://github.com/aricer123", - "contributions": [ - "code" - ] - }, - { - "login": "Sam-Briney", - "name": "Sam-Briney", - "avatar_url": "https://avatars.githubusercontent.com/u/46232496?v=4", - "profile": "https://github.com/Sam-Briney", - "contributions": [ - "code" - ] - }, - { - "login": "abbotts", - "name": "Steve Abbott", - "avatar_url": "https://avatars.githubusercontent.com/u/13371405?v=4", - "profile": "https://github.com/abbotts", - "contributions": [ - "code" - ] - }, - { - "login": "arjunj05", - "name": "arjunj05", - "avatar_url": "https://avatars.githubusercontent.com/u/88004187?v=4", - "profile": "https://github.com/arjunj05", - "contributions": [ - "code" - ] - } - ], - "contributorsPerLine": 9, - "linkToUsage": true -} diff --git a/.github/workflows/all-contributors.yml b/.github/workflows/all-contributors.yml deleted file mode 100644 index 821cb69ba3..0000000000 --- a/.github/workflows/all-contributors.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: "Update contributors" -on: - push: - branches: [ master ] -jobs: - update-contributors: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: '18' - - name: Run all-contributors - run: npx all-contributors-cli generate - - name: Commit updated contributors - run: | - git config user.name "github-actions[bot]" - git config user.email "github-actions[bot]@users.noreply.github.com" - git add README.md - git commit -m "chore: update contributors" || echo "No changes to commit" - git push From 122fe10c822fca358ecf0284c5cfc756847a7e4b Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 14 Jul 2025 15:43:18 -0700 Subject: [PATCH 10/10] fix --- README.md | 66 +++---------------------------------------------------- 1 file changed, 3 insertions(+), 63 deletions(-) diff --git a/README.md b/README.md index 0c56b53b35..3654c1db74 100644 --- a/README.md +++ b/README.md @@ -226,67 +226,7 @@ Federal sponsors have supported MFC development, including the US Department of MFC computations have used many supercomputing systems. A partial list is below * OLCF Frontier and Summit, and testbeds Wombat, Crusher, and Spock (allocation CFD154, PI Bryngelson) - * LLNL Tuolumne and Lassen, El Capitan early access system Tioga - * PSC Bridges(1/2), NCSA Delta, SDSC Comet and Expanse, Purdue Anvil, TACC Stampede(1-3), and TAMU ACES via ACCESS-CI allocations from Bryngelson, Colonius, Rodriguez, and more. - * DOD systems Onyx, Carpenter, Nautilus, and Narwhal via the DOD HPCMP program + * LLNL El Capitan, Tuolumne, and Lassen; El Capitan early access system Tioga + * NCSA Delta and DeltaAI, PSC Bridges(1/2), SDSC Comet and Expanse, Purdue Anvil, TACC Stampede(1-3), and TAMU ACES via ACCESS-CI allocations from Bryngelson, Colonius, Rodriguez, and more. + * DOD systems Blueback, Onyx, Carpenter, Nautilus, and Narwhal via the DOD HPCMP program * Sandia National Labs systems Doom and Attaway and testbed systems Weaver and Vortex - - -## Contributors ✨ - - - - -

Spencer Bryngelson
Spencer Bryngelson

💻
Henry Le Berre
Henry Le Berre

💻
Ben Wilfong
Ben Wilfong

💻
Haocheng Yu
Haocheng Yu

💻
Hyeoksu Lee
Hyeoksu Lee

💻
anandrdbz
anandrdbz

💻
Ansh Gupta
Ansh Gupta

💻
Spencer Bryngelson
Spencer Bryngelson

💻
Henry Le Berre
Henry Le Berre

💻
Ben Wilfong
Ben Wilfong

💻
Haocheng Yu
Haocheng Yu

💻
Hyeoksu Lee
Hyeoksu Lee

💻
anandrdbz
anandrdbz

💻
Ansh Gupta
Ansh Gupta

💻
Yanjun Zhang
Yanjun Zhang

💻
Brian Ok
Brian Ok

💻
Rasmit Devkota
Rasmit Devkota

💻
Jean-Sebastien Spratt
Jean-Sebastien Spratt

💻
Mohammed S. Al-Mahrouqi
Mohammed S. Al-Mahrouqi

💻
Cameron
Cameron

💻
Xuzheng Tian
Xuzheng Tian

💻
Yanjun Zhang
Yanjun Zhang

💻
Brian Ok
Brian Ok

💻
Rasmit Devkota
Rasmit Devkota

💻
Jean-Sebastien Spratt
Jean-Sebastien Spratt

💻
Mohammed S. Al-Mahrouqi
Mohammed S. Al-Mahrouqi

💻
Cameron
Cameron

💻
Xuzheng Tian
Xuzheng Tian

💻
Dimitrios Adam
Dimitrios Adam

💻
JRChreim
JRChreim

💻
Max Hawkins
Max Hawkins

💻
Tanush Prathi
Tanush Prathi

💻
Diego Vaca Revelo
Diego Vaca Revelo

💻
Eric Dong
Eric Dong

💻
Mauro Rodriguez Jr
Mauro Rodriguez Jr

💻
Dimitrios Adam
Dimitrios Adam

💻
JRChreim
JRChreim

💻
Max Hawkins
Max Hawkins

💻
Tanush Prathi
Tanush Prathi

💻
Diego Vaca Revelo
Diego Vaca Revelo

💻
Eric Dong
Eric Dong

💻
Mauro Rodriguez Jr
Mauro Rodriguez Jr

💻
aricer123
aricer123

💻
Sam-Briney
Sam-Briney

💻
Steve Abbott
Steve Abbott

💻
arjunj05
arjunj05

💻
aricer123
aricer123

💻
Sam-Briney
Sam-Briney

💻
Steve Abbott
Steve Abbott

💻
arjunj05
arjunj05

💻
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Spencer Bryngelson
Spencer Bryngelson

💻
Henry Le Berre
Henry Le Berre

💻
Ben Wilfong
Ben Wilfong

💻
Haocheng Yu
Haocheng Yu

💻
Hyeoksu Lee
Hyeoksu Lee

💻
anandrdbz
anandrdbz

💻
Ansh Gupta
Ansh Gupta

💻
Yanjun Zhang
Yanjun Zhang

💻
Brian Ok
Brian Ok

💻
Rasmit Devkota
Rasmit Devkota

💻
Jean-Sebastien Spratt
Jean-Sebastien Spratt

💻
Mohammed S. Al-Mahrouqi
Mohammed S. Al-Mahrouqi

💻
Cameron
Cameron

💻
Xuzheng Tian
Xuzheng Tian

💻
Dimitrios Adam
Dimitrios Adam

💻
JRChreim
JRChreim

💻
Max Hawkins
Max Hawkins

💻
Tanush Prathi
Tanush Prathi

💻
Diego Vaca Revelo
Diego Vaca Revelo

💻
Eric Dong
Eric Dong

💻
Mauro Rodriguez Jr
Mauro Rodriguez Jr

💻
aricer123
aricer123

💻
Sam-Briney
Sam-Briney

💻
Steve Abbott
Steve Abbott

💻
arjunj05
arjunj05

💻
- - Add your contributions - -
- - - - - - -Thanks goes to these wonderful people ✨