From 0655dab46659e21dfb7eaa4a4c947296e315fa5e Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 8 Nov 2022 13:38:54 -0800 Subject: [PATCH] Open MP on host enabled --- systems/PVC/config-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/PVC/config-command b/systems/PVC/config-command index 858edda7..cd7bba1d 100644 --- a/systems/PVC/config-command +++ b/systems/PVC/config-command @@ -12,5 +12,5 @@ INSTALL=/nfs/site/home/azusayax/install MPICXX=mpicxx \ CXX=dpcpp \ LDFLAGS="-fsycl-device-code-split=per_kernel -fsycl-device-lib=all -lze_loader -L$INSTALL/lib" \ - CXXFLAGS="-fsycl-unnamed-lambda -fsycl -no-fma -I$INSTALL/include -Wtautological-constant-compare" + CXXFLAGS="-fsycl-unnamed-lambda -fsycl -no-fma -I$INSTALL/include -Wno-tautological-compare"