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
This issue collects ideas on how to improve the utrwrapper
The utrwrapper could create hashes of all outputfiles at its final stage to allow for later verification of the integrity of the outputfiles from the belonging logfile
The utrwrapper could log the git revision and git status (or create hashes of all source code files) to allow for retracing the status of utr used for the simulation later)
The utrwrapper could include an option to perform a functionality as implemented by the fep_efficiency.sh script.
The utrwrapper could include an option to just process already done simulations, skipping the actual simulation (in case of processOutput was disabled, but later one one wants it processed in the automatic way) Implemented in b060509
The utrwrapper could support a filenameMidfix environment variable also used for globbing. Of pre-, mid- and postfix only one should be mandatory
The utrwrapper could replace placeholders in filenamePre-, mid- and postfix trough respective values in the environment variables (e.g. prefix=150Sm_AngDist_{energy}_keV or postfix=_MeV_n={beamOnStatistics})
The utrwrapper-angdist-example has as #setterCmd=/ang/delta12 {loopVar} but this should be /ang/delta23 Fixed in 26ce26d
The utrwrapper could include an option to disable the check whether its run in an tmux or screen session Implemented as config option 26ce26d
The utrwrapper should impose an upper limit on the logfile size: In a worst case scenario a problem can generate tons of output, which can blow up the logfile to gigabytes rapidly (e.g. "Warning: AngularDistributionGenerator: Monte-Carlo method could not determine a starting velocity vector after 10000 iterations" being output many times a second).
The text was updated successfully, but these errors were encountered:
This issue collects ideas on how to improve the utrwrapper
The utrwrapper could create hashes of all outputfiles at its final stage to allow for later verification of the integrity of the outputfiles from the belonging logfile
The utrwrapper could log the git revision and git status (or create hashes of all source code files) to allow for retracing the status of utr used for the simulation later)
The utrwrapper could include an option to perform a functionality as implemented by the fep_efficiency.sh script.
The utrwrapper could include an option to just process already done simulations, skipping the actual simulation (in case of processOutput was disabled, but later one one wants it processed in the automatic way)Implemented in b060509The utrwrapper could support a filenameMidfix environment variable also used for globbing. Of pre-, mid- and postfix only one should be mandatory
The utrwrapper could replace placeholders in filenamePre-, mid- and postfix trough respective values in the environment variables (e.g. prefix=150Sm_AngDist_{energy}_keV or postfix=_MeV_n={beamOnStatistics})
The utrwrapper-angdist-example has as #setterCmd=/ang/delta12 {loopVar} but this should be /ang/delta23Fixed in 26ce26dThe utrwrapper could include an option to disable the check whether its run in an tmux or screen sessionImplemented as config option 26ce26dThe utrwrapper should impose an upper limit on the logfile size: In a worst case scenario a problem can generate tons of output, which can blow up the logfile to gigabytes rapidly (e.g. "Warning: AngularDistributionGenerator: Monte-Carlo method could not determine a starting velocity vector after 10000 iterations" being output many times a second).
The text was updated successfully, but these errors were encountered: