GES-compchem / job-dispatcher

In-home wrapper around Multiprocessing to parallelize the execution of independent functions.
https://ges-compchem.github.io/job-dispatcher/
GNU General Public License v3.0
1 stars 4 forks source link

Reformat "Elapsed time" output #9

Open lbabetto opened 2 years ago

lbabetto commented 2 years ago

Reformat output for elapsed time information

  1. Output should be consistent with the GES-comp-echem output format (INFO: | WARNING: | ERROR: ), i.e. INFO: Elapsed time for job ...
  2. This kind of information maybe is best redirected to stderr instead of stdout, since stderr is currently unused by us and this is not information strictly related to the jobs we're carrying out. XTB does the same with the "normal termination of xTB", which is redirected to stderr
  3. Elapsed time information should be linked to a flag (active by default) which suppresses this output if necessary
  4. There should be a way to manually setting the job name via a flag, so we know which calculation has finished
lbabetto commented 2 years ago

Forgot, formatting the elapsed time info with unit measurements!