From e2ccd845397738f7d4401c413d406b5a1b7df309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20El=20Kharroubi?= <michael.el-kharroubi@hesge.ch> Date: Thu, 22 Feb 2024 11:05:54 +0100 Subject: [PATCH] Update makefile to try on baobab --- Examples/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/makefile b/Examples/makefile index a6054fd..500779b 100644 --- a/Examples/makefile +++ b/Examples/makefile @@ -1,7 +1,7 @@ .PHONY:clean all CC=nvc++ -FLAGS=--std=c++23 -stdpar=gpu +FLAGS=--std=c++20 -stdpar=gpu INCLUDES_WARNINGS:=--diag_suppress useless_using_declaration -- GitLab