Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Plewinski
pystencils
Commits
7c6bcb00
Commit
7c6bcb00
authored
Mar 15, 2019
by
Jan Hönig
Browse files
Updated kerncraft version
parent
a7c86f83
Changes
1
Hide whitespace changes
Inline
Side-by-side
kerncraft_coupling/kerncraft_interface.py
View file @
7c6bcb00
...
...
@@ -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'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment