MFC icon indicating copy to clipboard operation
MFC copied to clipboard

Exascale simulation of multiphase/physics fluid dynamics

Results 96 MFC issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue
continuous-integration

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...

good first issue

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...

bug
help wanted
good first issue

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...

bug
help wanted
good first issue
continuous-integration

Add visualization of 3D cavitation/bubble dynamics and interface dynamics cases from Frontier to website mflowcode.github.io

website

Add visualization of 3D earplug/canal to website mflowcode.github.io

website

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...

enhancement
good first issue
continuous-integration

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...

enhancement
good first issue