Browse Source

julia: clean generated codelets before running examples.

Pierre Huchant 5 years ago
parent
commit
12da90fe38
1 changed files with 2 additions and 0 deletions
  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