hi every one
how can I compile file with postmfix ?
What? I don’t understand the question
1 Like
I want to compile this file with postmfixsol_flux.f (2.8 KB)
The postmfix binary is not built by default with the MFiX build scripts.
To build postmfix from the conda packages, build_mfixsolver postmfix
To build postmfix from the source tarball, cmake -DENABLE_POSTMFIX=1 .
1 Like