MetPX / sarrac

C implementation of (a subset of) Sarracenia (large scale file transfer utility)
GNU General Public License v2.0
4 stars 1 forks source link

the fix for >100 instances does not understand C component instances.… #161

Closed petersilva closed 1 month ago

petersilva commented 1 month ago

It turns out that this: https://github.com/MetPX/sarracenia/pull/1226 changed how sr3 looks for instance pid files by looking for underscores in them. The ones created by C components were just i99.pid ... no underscrore, so sr3 was wonky for running C components.

This patch makes the C write instance files with the same conventions as the python ones.