From 4d9bc8891674ea6bdf10f357c7bb50dc6c53857f Mon Sep 17 00:00:00 2001 From: Juan ESCOBAR <juan.escobar@aero.obs-mip.fr> Date: Fri, 17 Nov 2023 15:48:58 +0100 Subject: [PATCH] Juan 17/11/2023:Mpirun , comment verbose mode #set -x --- 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