Skip to content

Update grid output names and docs

Samuel Van Stroud requested to merge svanstro/update-grid-submit into r22

I used git describe to tag the output dsid when not using -t. The resulting dsids were getting close to or exceeding the 120 char limit, so to save characters I also

  • Switch from using the ATLAS build timestamp to the version number, e.g. 22_2_68.
  • Use two digits for the year instead of 4 in the timestamp.

What would have been submitted as

user.svanstro.800030.e7954_s3681_r13144_p4931.tdd.EMPFlow.2022-03-31T0524.2022-04-20-T175516.22-04-20_tagname

is now

user.svanstro.800030.e7954_s3681_r13144_p4931.tdd.EMPFlow.22_2_68.22-04-23-T180224.22-04-23_tagname

There are also updates to the documentation which should close #76, #54 and #55.

@thuffman

Merge request reports