Please select the most relevant MFiX category: | Installation | How to | Bug report | Share | for this topic.
Hi, i have start a file in the computer A and then i stop it. when i copy all the files in the folder and want to restart it in the other computer with command line **mfixsolver -m *.mfx, it shows that because of the exist of .RES, .SP1,SP2… would lead to the stop of files, could anyone help me out? thank you!
Do you want to start a new run, or resume the run?
If you want to start a new run, you must delete the previous output files. If you run with the MFiX GUI there is a popup to help you do this. If you are using the command-line mfixsolver, you can add the -c
flag, to clear previous outputs. This is not supported with batch-mode solver, if you are using that you must remove the files yourself.
If you want to resume the run (perhaps extending tstop
), you must set run_type
to restart_1
or restart_2
, see the documentation for run_type
in the MFiX documentation for more information.
thank you for your suggestion! this had been solved!