TACC / launcher

A simple utility for executing multiple sequential or multi-threaded applications in a single multi-node batch job
MIT License
63 stars 33 forks source link

Time stamping warning messages #15

Closed lwilson closed 7 years ago

lwilson commented 7 years ago

Add time stamps to warning messages to enable easier debugging. I propose using an environment variable to enable/disable this feature.

lwilson commented 7 years ago

@oesteban I've added logic to paramrun that will provide timestamps on warning and error messages if set/export LAUNCHER_TS to any non-zero value it will prepend date/time warning/error messages sent to stderr. stdout messages are not affected. Unsetting LAUNCHER_TS or setting it to 0 will disable the timestamps.

Change is in branch warning-timestamps (https://github.com/TACC/launcher/commit/a84fdd8f50bd9d5df0da252dbd9369416b6cff17).

lwilson commented 7 years ago

This has been merged into master