How does one track internal progress while the solver is iterating?
The model is taking a long time to run and there is no progress info in the Ubuntu command window. Is there a way to track internal progress?
For example, is there a way to know which time step the solver is at if it is not reducing time steps?
Or is it possible to save every time step for the OUTPUT_GENER.csv file but not for the OUTPUT nor the OUTPUT_ELEME.csv files?
1 reply
-
I am able to edit the output file while the code is running in an Ubuntu window. I use the text editor vi. I get a warning message when the file is updated, but I ignore it if I am just checking on how the code is running. I quit the editor without saving. When you create your input file be sure to set MOP(1)=1 to get a short printout each iteration so you can see progress.