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
Is your feature request related to a problem? Please describe.
When running with multiple blocks, it is difficult to correlate the batch system logs which appear under runinfo/NNN/submit_scripts and are identified by a microsecond timestamp.
Another issue requests that these files should not use timestamps like this because they are long but closely correllated -#1122
Describe the solution you'd like
The relevant block (executor name and block number) should appear either in the submission script log filenames or in the log files themselves, or both.
Additional context
This is a feature for usability of debugging.
The text was updated successfully, but these errors were encountered:
Prior to this PR, submit script filenames looked like this:
parsl.localprovider.1684151066.651144.sh
After this PR, submit script filenames look like this:
parsl.htex_Local.block-0.1684154520.747874.sh
This PR fixes feature request issue #2692, which requests that the
filename contain more block identifying context, for correlation with
other block-related log files.
Also adds some more uniqueness which is relevant to issue #1122 and
addresses the naming collisions I have experienced in that context.
…2710)
Prior to this PR, submit script filenames looked like this:
parsl.localprovider.1684151066.651144.sh
After this PR, submit script filenames look like this:
parsl.htex_Local.block-0.1684154520.747874.sh
This PR fixes feature request issue #2692, which requests that the filename contain more block identifying context, for correlation with other block-related log files.
Also adds some more uniqueness which is relevant to issue #1122 and addresses the naming collisions I have experienced in that context.
Is your feature request related to a problem? Please describe.
When running with multiple blocks, it is difficult to correlate the batch system logs which appear under runinfo/NNN/submit_scripts and are identified by a microsecond timestamp.
Another issue requests that these files should not use timestamps like this because they are long but closely correllated -#1122
Describe the solution you'd like
The relevant block (executor name and block number) should appear either in the submission script log filenames or in the log files themselves, or both.
Additional context
This is a feature for usability of debugging.
The text was updated successfully, but these errors were encountered: