From dc4b32d9c09e83913f5c6014743b287d4616afda Mon Sep 17 00:00:00 2001
From: Juan Escobar <escj@aero.obs-mip.fr>
Date: Mon, 8 Jan 2024 11:18:05 +0100
Subject: [PATCH] Juan 08/01/2024:Mpirun, remove verbose mode

---
 bin/Mpirun | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/Mpirun b/bin/Mpirun
index a17fb8255..f1da14a45 100755
--- a/bin/Mpirun
+++ b/bin/Mpirun
@@ -3,7 +3,7 @@
 #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.
-set -x
+#set -x
 NARGS=$#
 let "N_1=${NARGS} - 1"
 export N_1
-- 
GitLab