Explorar el Código

julia: clean generated codelets before running examples.

Pierre Huchant hace 5 años
padre
commit
12da90fe38
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      julia/examples/execute.sh.in

+ 2 - 0
julia/examples/execute.sh.in

@@ -24,6 +24,8 @@ export STARPU_JULIA_BUILD=@STARPU_BUILD_DIR@/julia
 export JULIA_NUM_THREADS=8
 srcdir=@STARPU_SRC_DIR@/julia/examples
 
+rm -f genc*.c gencuda*.cu
+
 if test "$1" == "-calllib"
 then
     shift