HPCSys-Lab/simwave

Improve C Code Generation

jaimesouza opened this issue · 2 comments

I am gonna create a few scripts to generate a single C code version.

Neat. Could you elaborate on what you mean by "improving" c code generation?

Currently, pywave has different versions of the C code (constant e variable density, 2d and 3d), and It is going to have more (parallel versions). Despite the specifics, there are a lot of common parts. So, the ideia is to generate (like assemble a puzzle) the final C code in python, instead of having different fixed C files.