xalt / xalt

XALT: System tracking of users codes on clusters
GNU Lesser General Public License v2.1
42 stars 16 forks source link

Request to add "Build_host" to XALT link records #67

Open monkeystate opened 2 weeks ago

monkeystate commented 2 weeks ago

Per the docs XALT link records do not contain a "Build_host" field. The field is present in the elf and XALT run records, indicating XALT knows this information at link time.

Sometimes it is useful to know on which node a given link happened, and the current way to extract it (by searching run records for Build_UUID) is cumbersome.

Thanks for your consideration!

rtmclay commented 1 week ago

This feature has been added to the testing branch. Please test this version out when you can.
Thanks!