From a875e22e01931357c9a5c49b1945016bf19d76c6 Mon Sep 17 00:00:00 2001 From: Martin Bauer <martin.bauer@fau.de> Date: Mon, 13 Feb 2017 15:52:49 +0100 Subject: [PATCH] lbmpy: bugfixes in macroscopic value computation --- cpu/cpujit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cpujit.py b/cpu/cpujit.py index 2bc089856..1c578bc07 100644 --- a/cpu/cpujit.py +++ b/cpu/cpujit.py @@ -10,7 +10,7 @@ import hashlib from pystencils.transformations import symbolNameToVariableName CONFIG_GCC = { - 'compiler': 'g++-4.8', + 'compiler': 'g++', 'flags': '-Ofast -DNDEBUG -fPIC -shared -march=native -fopenmp', } CONFIG_INTEL = { -- GitLab