@@ -10,9 +10,10 @@ if test "$1" == "-calllib"
then
shift
pwd
+ rm -f extern_tasks.so
make -f @STARPU_BUILD_DIR@/julia/src/dynamic_compiler/Makefile extern_tasks.so SOURCES_CPU=$srcdir/$1
- export JULIA_TASK_LIB=extern_tasks.so
+ export JULIA_TASK_LIB=$PWD/extern_tasks.so
fi
srcfile=$1
@@ -2,6 +2,6 @@
$(dirname $0)/../execute.sh mult/mult.jl
$(dirname $0)/../execute.sh mult/mult_native.jl
-$(dirname $0)/../execute.sh -calllib mult/cpu_mult.c mult/mult.jl $stride julia_calllib.dat
+$(dirname $0)/../execute.sh -calllib mult/cpu_mult.c mult/mult.jl