From 0cecac653239e1efa3ed34c498ab12f087e1d5fc Mon Sep 17 00:00:00 2001 From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr> Date: Thu, 13 Jan 2022 11:16:56 +0100 Subject: [PATCH] Philippe 13/01/2022: add detection of support of OpenACC 3.2 standard --- src/LIB/SURCOUCHE/src/mode_mnh_world.f90 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/LIB/SURCOUCHE/src/mode_mnh_world.f90 b/src/LIB/SURCOUCHE/src/mode_mnh_world.f90 index 7047c45b8..5934d996b 100644 --- a/src/LIB/SURCOUCHE/src/mode_mnh_world.f90 +++ b/src/LIB/SURCOUCHE/src/mode_mnh_world.f90 @@ -2,7 +2,7 @@ #undef MNH_OPENACC #endif -!MNH_LIC Copyright 1994-2021 CNRS, Meteo-France and Universite Paul Sabatier +!MNH_LIC Copyright 1994-2022 CNRS, Meteo-France and Universite Paul Sabatier !MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence !MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt !MNH_LIC for details. version 1. @@ -134,6 +134,8 @@ CONTAINS PRINT *,"Using OpenACC 3.0" case ( 202011 ) PRINT *,"Using OpenACC 3.1" + case ( 202111 ) + PRINT *,"Using OpenACC 3.2" case default PRINT *,"Using OpenACC (unknown version)" end select -- GitLab