From 01223796259c4fbb8881c4864e052b1e841608bc Mon Sep 17 00:00:00 2001 From: Michael Kuron <mkuron@icp.uni-stuttgart.de> Date: Wed, 27 Jan 2021 11:38:41 +0100 Subject: [PATCH] fix PhaseFieldAllenCahn on Mac CI --- apps/benchmarks/PhaseFieldAllenCahn/multiphase_codegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/benchmarks/PhaseFieldAllenCahn/multiphase_codegen.py b/apps/benchmarks/PhaseFieldAllenCahn/multiphase_codegen.py index 7a00cbca6..999f76d3c 100644 --- a/apps/benchmarks/PhaseFieldAllenCahn/multiphase_codegen.py +++ b/apps/benchmarks/PhaseFieldAllenCahn/multiphase_codegen.py @@ -153,7 +153,7 @@ info_header = f""" """ with CodeGeneration() as ctx: - if ctx.cuda is False: + if not ctx.cuda: if not ctx.optimize_for_localhost: cpu_vec = {'instruction_set': None} -- GitLab