zxc
May 11, 2022, 1:44pm
#1
Dear developers,I have build a dmp solver by using command line.But there are something wrong about running custom solver from command line.
mpirun -np 8 mfixsolver -f single_15.mfx NODESI=2 NODESJ=4 NODESK=1
build.zip (30.6 MB)
single_15.zip (80.6 KB)
slurm-4614921.zip (203 Bytes)
I delete NODESI=2 NODESJ=4 NODESK=1 in the command line, the single_15.mfx runs
.Why?
Thank you very much!
cgw
May 11, 2022, 7:13pm
#2
MFIX keywords on the command line are not supported. Put the nodesi
, nodesj
, nodesk
settings in the .mfix file.
Did you see a document that told you to put the NODES keys on the command line? If so let me know so I can correct it.
You can set keywords on the command line only with the interactive solver.
zxc
May 12, 2022, 1:10am
#4
Sorry I mistyped my previous reply. You can set keywords on the command line only with the batch solver .