You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using DYNK, the dynksets.dat file is always written unless the user explicitly issue a NOFILE keyword in the DYNK block. It happened that on BOINC a series of dynked jobs was killed with error EXIT_DISK_LIMIT_EXCEEDED, since the dynksets.datwas growing too much - with 1e7 turns...
It would be great to change the user interface such that:
dynk_noDynkSets is set to .true. by default;
dynk_noDynkSets is set to .false. by a specific keyword (e.g. DYNKSETS);