Hi everyone,
I noticed that SAVE_MESH_FILES is not included in the sample Par_file on the master branch, so it falls back to the default value:
logical :: SAVE_MESH_FILES = .false.
However, the devel branch does include SAVE_MESH_FILES in the sample Par_file.
For reference, my older local build is from June 2025 (785f9d93), while my newer cluster build is from January 2026 (bb9cd02c). So this change appears to have been introduced sometime between these two versions.
Perhaps it would be better to include SAVE_MESH_FILES, or update the sample Par_files, in the master branch as well.
Thanks very much and bye for now
Hi everyone,
I noticed that
SAVE_MESH_FILESis not included in the samplePar_fileon themasterbranch, so it falls back to the default value:logical :: SAVE_MESH_FILES = .false.However, the
develbranch does includeSAVE_MESH_FILESin the samplePar_file.For reference, my older local build is from June 2025 (
785f9d93), while my newer cluster build is from January 2026 (bb9cd02c). So this change appears to have been introduced sometime between these two versions.Perhaps it would be better to include
SAVE_MESH_FILES, or update the sample Par_files, in the master branch as well.Thanks very much and bye for now