perftool-incubator / rickshaw

A project to facilitate execution of benchmarks and tools via extensions for many target environments
Apache License 2.0
0 stars 10 forks source link

Fix `userenv.json` loading #549

Closed zeeke closed 2 months ago

zeeke commented 2 months ago

Userenv directory are in the for ./userenvs/<name>/userenv.json

Change the loading path to avoid errors like:

Working on stream8 userenv
Sourcing container image for userenv 'stream8' and benchmark/tool 'iperf'; this may take a few minutes
ERROR: Could not load userenv JSON file for 'stream8' due to non-zero return code 8.  Are you sure this is a supported userenv?
Perl exited with active threads:
        0 running and unjoined
        1 finished and unjoined
        0 running and detached
Skipping run post-processing due to error(s) [rc=2]
zeeke commented 2 months ago

I didn't get this

https://github.com/perftool-incubator/rickshaw/blob/master/userenvs/README#L3

sorry for the noise, closing