NordicHPC / sonar

Tool to profile usage of HPC resources by regularly probing processes using ps.
GNU General Public License v3.0
8 stars 5 forks source link

Fix #88 - spawn subprograms directly, not via shell #164

Closed lars-t-hansen closed 2 months ago

lars-t-hansen commented 2 months ago

Improves efficiency, makes accidents harder, and sets us up for getting rid of the subprocess library.

lars-t-hansen commented 2 months ago

Passes tests on AMD and NVIDIA hardware too, so this looks good to go.