Browse Source

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

Samuel Pitoiset 9 years ago
parent
commit
09570c23fd
1 changed files with 1 additions and 1 deletions
  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.
 # StarPU --- Runtime system for heterogeneous multicore architectures.