matrixfunctions / GraphMatFun.jl

Computation graphs for matrix functions
MIT License
13 stars 0 forks source link

Makefile cputiming variable #45

Closed jarlebring closed 3 years ago

jarlebring commented 3 years ago

I have some trouble running the Makefile in cputime. The setting of variables for the tmp-directory seems to not work

jarl@beech:~/jobb_synced/src/matfun/simulations/cputime$ make generate 
Generating C, Julia, and Matlab code...
/bin/bash: line 1: /gen_all_lang.jl.output: Permission denied
make: *** [Makefile:26: generate] Error 1
jarl@beech:~/jobb_synced/src/matfun/simulations/cputime$ make --version
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

Am I using it incorrectly?

Ping @mfasi

mfasi commented 3 years ago

Am I using it incorrectly?

It was a bug in the generation of the folder imulations/generated_code. It should work now.

jarlebring commented 3 years ago

:+1: