瀏覽代碼

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.