Skip to content
Snippets Groups Projects
Commit 01223796 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

fix PhaseFieldAllenCahn on Mac CI

parent 346dbbdc
No related merge requests found
...@@ -153,7 +153,7 @@ info_header = f""" ...@@ -153,7 +153,7 @@ info_header = f"""
""" """
with CodeGeneration() as ctx: with CodeGeneration() as ctx:
if ctx.cuda is False: if not ctx.cuda:
if not ctx.optimize_for_localhost: if not ctx.optimize_for_localhost:
cpu_vec = {'instruction_set': None} cpu_vec = {'instruction_set': None}
......
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