CADET verbose mode?

Is there any flag to make CADET to save the progress log and intermediate results during the execution? I want to understand what is going on during long simulation.

Hi dionis,

If you run the simulation from the command line (e.g., export the simulation to .h5 file and call cadet-cli on it), you can abort the simulation with CTRL+C. However, the result up to this point of the simulation will be written to file and can be inspected as usual.

If you really want to dig deep, you need to compile CADET yourself in Debug configuration (use the CMake flag -DCMAKE_BUILD_TYPE=Debug). Now, if you run the file in the command line, you will get tons of debug output.

2 Likes