Explorar el Código

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

Samuel Pitoiset hace 9 años
padre
commit
09570c23fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.