From 7c6bcb0043e9142b39c68578ec3d290dec842388 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20H=C3=B6nig?= <jan.hoenig@fau.de>
Date: Fri, 15 Mar 2019 11:16:16 +0100
Subject: [PATCH] Updated kerncraft version

---
 kerncraft_coupling/kerncraft_interface.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kerncraft_coupling/kerncraft_interface.py b/kerncraft_coupling/kerncraft_interface.py
index 725e842e7..dace67b7a 100644
--- a/kerncraft_coupling/kerncraft_interface.py
+++ b/kerncraft_coupling/kerncraft_interface.py
@@ -120,7 +120,8 @@ class PyStencilsKerncraftKernel(kerncraft.kernel.Kernel):
     
         return result, instrumented_asm_block
 
-    def build(self, lflags=None, verbose=False):
+    def build(self, lflags=None, verbose=False, openmp=False):
+        # TODO do we use openmp or not???
         compiler, compiler_args = self._machine.get_compiler()
         if '-std=c99' not in compiler_args:
             compiler_args.append('-std=c99')
-- 
GitLab