From 0e641a40f3dd1f788e6aed51d53f1c33f08867cb Mon Sep 17 00:00:00 2001 From: Dylan Copeland Date: Mon, 13 Nov 2023 10:40:48 -0800 Subject: [PATCH] Comment that maxwell example runs in parallel. --- examples/prom/maxwell_global_rom.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/prom/maxwell_global_rom.cpp b/examples/prom/maxwell_global_rom.cpp index 842e76ec2..fa5d030c4 100644 --- a/examples/prom/maxwell_global_rom.cpp +++ b/examples/prom/maxwell_global_rom.cpp @@ -42,6 +42,8 @@ // // Online phase: maxwell_global_rom -online -f 1.15 // +// This example runs in parallel with MPI, by using the same number of MPI ranks +// in all phases (offline, merge, fom, online). #include "mfem.hpp" #include