ソースを参照

tools: force use of python2.7 with starpu_trace_state_stats.py

Samuel Pitoiset 9 年 前
コミット
09570c23fd
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      tools/starpu_trace_state_stats.py

+ 1 - 1
tools/starpu_trace_state_stats.py

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2.7
 
 ##
 # StarPU --- Runtime system for heterogeneous multicore architectures.