Skip to content
Snippets Groups Projects
Commit a875e22e authored by Martin Bauer's avatar Martin Bauer
Browse files

lbmpy: bugfixes in macroscopic value computation

parent 184489d0
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ import hashlib ...@@ -10,7 +10,7 @@ import hashlib
from pystencils.transformations import symbolNameToVariableName from pystencils.transformations import symbolNameToVariableName
CONFIG_GCC = { CONFIG_GCC = {
'compiler': 'g++-4.8', 'compiler': 'g++',
'flags': '-Ofast -DNDEBUG -fPIC -shared -march=native -fopenmp', 'flags': '-Ofast -DNDEBUG -fPIC -shared -march=native -fopenmp',
} }
CONFIG_INTEL = { CONFIG_INTEL = {
......
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