MFC
MFC copied to clipboard
Exascale simulation of multiphase/physics fluid dynamics
Make each example case sufficiently small such that it can run on one processor for at least a few time steps. Then, add a few time steps of each example...
Running a case I get a file called `fort.1`, which is a default fortran output file when an output name is not indicated. In this case it includes some runtime...
For NVIDIA GPU Nsight Systems profiling, the NVTX blocks were, at some point, broken. It is unclear why, though it seems like it should be easy to track down. An...
CI Batch jobs that don't get nodes (due to queue wait times or down nodes or whatever) don't trigger a failure stop code. For example, ``` Run bash .github/workflows/frontier/submit.sh .github/workflows/frontier/test.sh...
Add visualization of 3D cavitation/bubble dynamics and interface dynamics cases from Frontier to website mflowcode.github.io
Add visualization of 3D earplug/canal to website mflowcode.github.io
Can add a CI check for the _introduction_ of code uncleanness by diffing an MFC build on a PR and on master, both with an appended `-Wall` flag to the...
The following is the output from looking for `-Wunused-variable` appending to the GNU compile options. Not all of these have to be resolved, and some shouldn't be because they are...
The following is the output from looking for `-Wunused-value` appending to the GNU compile options. Not all of these have to be resolved, and some shouldn't be because they are...
The following is the output from looking for `-Wunused-dummy-argument` appending to the GNU compile options. Not all of these have to be resolved, and some shouldn't be because they are...