HPCL / autoperf

MIT License
5 stars 2 forks source link

Missing metrics after installing autoperf #1

Closed brnorris03 closed 9 years ago

brnorris03 commented 9 years ago

After a clean install at a prefix location, some metrics are not found.

norris@compute-0-5:mpi$ autoperf
*** Parsing config files (.autoperf.cfg)... invalid, trying next option...
*** Parsing config files (autoperf.cfg)... done
Traceback (most recent call last):
  File "/home/norris/autoperf/bin/autoperf", line 239, in 
    run_experiments()
  File "/home/norris/autoperf/bin/autoperf", line 138, in run_experiments
    experiment.setup()
  File "/home/norris/autoperf/lib/python2.7/site-packages/autoperf/experiment.py", line 323, in setup
    self.metric_set.add(m)
  File "/home/norris/autoperf/lib/python2.7/site-packages/autoperf/utils/MetricSet.py", line 87, in add
    self.add_derived_metric(metric, interval)
  File "/home/norris/autoperf/lib/python2.7/site-packages/autoperf/utils/MetricSet.py", line 53, in add_derived_metric
    for spec in self.get_metric_spec(metric):
  File "/home/norris/autoperf/lib/python2.7/site-packages/autoperf/utils/MetricSet.py", line 28, in get_metric_spec
    with open(spec_file, "r") as f:
IOError: [Errno 2] No such file or directory: '/home/norris/autoperf/lib/python2.7/site-packages/autoperf/utils/metric_spec/FP_INEFFICIENT2'
brnorris03 commented 9 years ago

Added all contents of metric_spec to installation. a737264