Skip to content
Snippets Groups Projects
Commit 2ffed80b authored by Benjamin Cumming's avatar Benjamin Cumming
Browse files

add modparser module and update generate script

parent a8ac6d48
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,6 @@
[submodule "json"]
path = json
url = git@github.com:bcumming/json.git
[submodule "modparser"]
path = modparser
url = git@github.com:eth-cscs/modparser.git
for mech in pas hh
do
modcc -t cpu -o ../include/mechanisms/$mech.hpp ./mod/$mech.mod
../modparser/bin/modcc -t cpu -o ../include/mechanisms/$mech.hpp ./mod/$mech.mod
done
Subproject commit d1dd8fa868c0dc7e348093ed4a4b5c6c94e29e34
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment