Skip to content

ck-set-cpu-performance. command not found error when running ck crowdtune #5

Description

@guillon

After installing ck crowdtuning with:
$ git clone http://github.com/ctuning/ck
$ PATH=$PWD/ckbin:$PATH
$ ck pull repo:ck-crowdtuning

When running:
$ ck crowdtune program --gcc

The exepriments goes to completion, but apparently some tools are missing and in particular frequency settings end up to be skipped apparently.

ck does not find apparently these programs:

  • ck-print-gpu-freq
  • ck-set-gpu-performance
  • ck-set-cpu-performance

I get these messages in the output:
...
GPU name: NVIDIA Corporation G98 [Quadro NVS 295](rev a1)
GPU vendor: NVIDIA
Trying to read GPU frequency:
ck-print-gpu-freq >/tmp/tmp-ck-Qlb8TQ
sh: ck-print-gpu-freq: command not found

Non-zero return code :32512 - likely failed
...
Setting CPU frequency to max (if supported) ...
CMD to set CPU frequency:
ck-set-cpu-performance
sh: ck-set-cpu-performance: command not found

Warning: setting frequency possibly failed - return code 32512
...
Setting GPU frequency to max (if supported) ...
CMD to set GPU frequency:
ck-set-gpu-performance
sh: ck-set-gpu-performance: command not found

Warning: setting frequency possibly failed - return code 32512

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions