From 890c5ea1cd23de368b81c301c00c0a420d6c7c6e Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Mon, 20 May 2024 20:08:15 +0100 Subject: [PATCH] Warning disable --- systems/Tursa/config-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/Tursa/config-command b/systems/Tursa/config-command index e95c27f7..2c0ec292 100644 --- a/systems/Tursa/config-command +++ b/systems/Tursa/config-command @@ -8,4 +8,4 @@ --disable-unified \ CXX=nvcc \ LDFLAGS="-cudart shared " \ - CXXFLAGS="-ccbin mpicxx -gencode arch=compute_80,code=sm_80 -std=c++17 -cudart shared" + CXXFLAGS="-ccbin mpicxx -gencode arch=compute_80,code=sm_80 -std=c++17 -cudart shared --diag-suppress 177,550,611"