matrixfunctions / GraphMatFun.jl

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

Generate code in separate directory #31

Closed jarlebring closed 3 years ago

jarlebring commented 3 years ago

The CPU-time code generation currently puts the generated files in /tmp. It would be cleaner to put them in a separate directory, e.g., simulations/generated_code. We don't necessarily need to put the generated code in git but the directory should probably exist in git.