diff --git a/bin/Bgrun b/bin/Bgrun index a21f078d678b10aa4c98119fade370c3600c0888..f04dd2c397090b80316eaf354253f4caa21f2686 100755 --- a/bin/Bgrun +++ b/bin/Bgrun @@ -1,4 +1,8 @@ #!/bin/ksh +#MNH_LIC Copyright 1994-2014 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. #set -x NARGS=$# let "N_1=${NARGS} - 1" diff --git a/bin/CDF_TO_VTI b/bin/CDF_TO_VTI index cc6269d7b29bc66438a3befb437bd51860acd7fe..683242cbc282f6ead95a1b184c5d2ad9172febd7 100755 --- a/bin/CDF_TO_VTI +++ b/bin/CDF_TO_VTI @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. VAR=$1 shift diff --git a/bin/Exec b/bin/Exec index 0855731d56eb7bdb32a21c0928a35582175b7704..22e3df53eda2fe60b56036288ac352b2722cb245 100755 --- a/bin/Exec +++ b/bin/Exec @@ -1,4 +1,8 @@ #!/bin/ksh +#MNH_LIC Copyright 1994-2014 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. #set -x NARGS=$# let "N_1=${NARGS} - 1" diff --git a/bin/Lfi2cdf b/bin/Lfi2cdf index 213863aa40e7e8152d5d650e2398e1ca828bd172..c62827b7e887ff5266017f462287c3871ee94889 100755 --- a/bin/Lfi2cdf +++ b/bin/Lfi2cdf @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. #ECHO=echo for file in `ls -1 $* | grep lfi` do diff --git a/bin/Mpirun b/bin/Mpirun index 9fa9bc74748ce2013fbc503b0768263270212827..5e9079018bf362f5cc0c84e8c63900cc421fa803 100755 --- a/bin/Mpirun +++ b/bin/Mpirun @@ -1,4 +1,8 @@ #!/bin/ksh +#MNH_LIC Copyright 1994-2014 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. set -x NARGS=$# let "N_1=${NARGS} - 1" diff --git a/bin/Poe b/bin/Poe index 50ed7fa5a8cc108868b77a33553fa6595c11e322..0eeb8c4fb2d6f2a215d6e38e5c46d7807d3f6e9b 100755 --- a/bin/Poe +++ b/bin/Poe @@ -1,4 +1,8 @@ #!/bin/ksh +#MNH_LIC Copyright 1994-2014 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. #set -x NARGS=$# let "N_1=${NARGS} - 1" diff --git a/bin/Runjob b/bin/Runjob index 23009a075c53fe0c7524ef0e7b0531cd811c09ec..a1b1623790ce2051787f2c246343cc20646a2a69 100755 --- a/bin/Runjob +++ b/bin/Runjob @@ -1,4 +1,8 @@ #!/bin/ksh +#MNH_LIC Copyright 1994-2014 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. #set -x NARGS=$# let "N_1=${NARGS} - 1" diff --git a/bin/eval_dollar b/bin/eval_dollar index ba12ea20af6d66813f8a37b1af86ed33cfa2b9b3..fd3bc3e8c7bf5ad038f042d44fc44507c360dec9 100755 --- a/bin/eval_dollar +++ b/bin/eval_dollar @@ -1,4 +1,8 @@ #!/bin/ksh +#MNH_LIC Copyright 1994-2014 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. sh <<EOF_DOLLAR2 cat <<EOF_DOLLAR1 $(cat $1) diff --git a/bin/make_zzz_undef.sh b/bin/make_zzz_undef.sh index a5681cff32aec623b188a6ccada852ea2e7652de..124a54335d1527e7534aec5025fd5ebf42d3cd87 100755 --- a/bin/make_zzz_undef.sh +++ b/bin/make_zzz_undef.sh @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. # # Creation d'un fichier contenu les déclarations # de subroutine non défini diff --git a/bin/scandollar b/bin/scandollar index 3b2eb2602bb211a9ca2e1b795e853e4693b0d5a2..66df1c316ff283752046cc61d5e7adc322564467 100755 --- a/bin/scandollar +++ b/bin/scandollar @@ -1,4 +1,8 @@ #!/bin/ksh +#MNH_LIC Copyright 1994-2014 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. #set -x set -e diff --git a/bin/spl b/bin/spl index cc9c9c930312d7a6fc10a6ce38d693a0f7ee4448..1e27a38134f7b00f8c3fa148bb9406501122accb 100755 --- a/bin/spl +++ b/bin/spl @@ -1,4 +1,8 @@ #!/bin/ksh +#MNH_LIC Copyright 1994-2014 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. #set -x # HP-UX 10 unset LANG diff --git a/bin/spll b/bin/spll index c03d7cdc56bf1054b5c5365e6fc38b441e5fb90b..877c959b74967fa905a305041ad5a2b60c81dac2 100755 --- a/bin/spll +++ b/bin/spll @@ -1,4 +1,8 @@ #!/bin/ksh +#MNH_LIC Copyright 1994-2014 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. #set -x if [ $# -ne 2 ] then diff --git a/bin/spln b/bin/spln index e927ddfbf4c18c5a16bc5a84bf3f9f10b7da58db..a6099a2dd74d4ab1709b07b9aed4e975ad8cca17 100755 --- a/bin/spln +++ b/bin/spln @@ -1,4 +1,8 @@ #!/bin/ksh +#MNH_LIC Copyright 1994-2014 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. if [ $# -ne 2 ] then echo ERROR USAGE :: spln NSOURCE file diff --git a/bin/tonetcdf b/bin/tonetcdf index 0fe4c2215544ba60fd172662d236a58b83657c78..9378df5cb3f6cba27fdb4e22e4a3268e02420a27 100755 --- a/bin/tonetcdf +++ b/bin/tonetcdf @@ -1,4 +1,8 @@ #! /bin/ksh +#MNH_LIC Copyright 1994-2014 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. # fin de conversion d unfichier format CDL cree par extractdia # vers le format netcdf # modif 26/08/2008 pour prise en compte du traitemnt des fichiers de couplage diff --git a/conf/conf_LXg95 b/conf/conf_LXg95 index 99b95c289462c88b50043df0df6aa1b480c7b424..78587964c34b230e66bf5bd2bf573804bdcbfc68 100644 --- a/conf/conf_LXg95 +++ b/conf/conf_LXg95 @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. # # Juan : 26/09/2007 # for "g95"--> set IEEE to error on floating pointe probleme diff --git a/conf/conf_LXpathf95 b/conf/conf_LXpathf95 index da39a360539439e3a1c1d747952a7fc13845c418..00d2f97cfeca0b42010fecdc641975bc01bb6624 100755 --- a/conf/conf_LXpathf95 +++ b/conf/conf_LXpathf95 @@ -1 +1,5 @@ +#MNH_LIC Copyright 1994-2014 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. export TOCASE=toupper diff --git a/conf/conf_SX8 b/conf/conf_SX8 index 41f410125f19a0469758482ad5f4c4ec77d4e539..fd3a61ff41c5c2b371d8e5116412063c227589d5 100755 --- a/conf/conf_SX8 +++ b/conf/conf_SX8 @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. # # For NEC-SX : bypass underflow # diff --git a/conf/post/confdollar_aeropc_default b/conf/post/confdollar_aeropc_default index cf8fce1c59abef4e071ee8ae97717df4a70eb68d..5483819711fb6d27852c05970829f52e954da7e2 100755 --- a/conf/post/confdollar_aeropc_default +++ b/conf/post/confdollar_aeropc_default @@ -1,4 +1,8 @@ #!/bin/sh +#MNH_LIC Copyright 1994-2014 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. ## ## Run Parameter ## diff --git a/conf/post/confdollar_babel_default b/conf/post/confdollar_babel_default index 0ffab85855aa18dd304c065f85b792ed2c41e376..3feff68f76ab0fcd835958d70e14c89fb2549b28 100755 --- a/conf/post/confdollar_babel_default +++ b/conf/post/confdollar_babel_default @@ -1,4 +1,8 @@ #!/bin/sh +#MNH_LIC Copyright 1994-2014 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. ## ## Run Parameter ## diff --git a/conf/post/confdollar_brodie_default b/conf/post/confdollar_brodie_default index 83a445b60ca29861a52313977fe4f27671fed8bc..8f84e2631e5f30a2a7ff8261c7d00cb9790758c8 100755 --- a/conf/post/confdollar_brodie_default +++ b/conf/post/confdollar_brodie_default @@ -1,4 +1,8 @@ #!/bin/sh +#MNH_LIC Copyright 1994-2014 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. ## ## Run Parameter ## diff --git a/conf/post/confdollar_c1a_default b/conf/post/confdollar_c1a_default index 6ce5e27e797e59e9447ad1e80b6b33d2992f91dd..5b0e1037b53314f9890ed10544aedcd763a581cf 100755 --- a/conf/post/confdollar_c1a_default +++ b/conf/post/confdollar_c1a_default @@ -1,4 +1,8 @@ #!/bin/sh +#MNH_LIC Copyright 1994-2014 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. ## ## Run Parameter ## diff --git a/conf/post/confdollar_cnrmpc_default b/conf/post/confdollar_cnrmpc_default index 943ea29cba350e7698c0d7e67ffe0a10111ed755..f14c79f26ffae8767728fcda37dcac5e905e0d14 100644 --- a/conf/post/confdollar_cnrmpc_default +++ b/conf/post/confdollar_cnrmpc_default @@ -1,4 +1,8 @@ #!/bin/sh +#MNH_LIC Copyright 1994-2014 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. ## ## Run Parameter ## diff --git a/conf/post/confdollar_dsinec_default b/conf/post/confdollar_dsinec_default index 518d967f6f620144e21434b2fef2f0b414fc89f7..ac619187b1d166ed6c0e96dba3d81ec5b0c6047c 100755 --- a/conf/post/confdollar_dsinec_default +++ b/conf/post/confdollar_dsinec_default @@ -1,4 +1,8 @@ #!/bin/sh +#MNH_LIC Copyright 1994-2014 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. ## ## Run Parameter ## diff --git a/conf/post/confdollar_jade_default b/conf/post/confdollar_jade_default index 8a0d157bc2bea7c0abc3d6c91e0235d00c6fb027..2d7cea2b9b5b0b2fa11874163dc1ddce73256194 100755 --- a/conf/post/confdollar_jade_default +++ b/conf/post/confdollar_jade_default @@ -1,4 +1,8 @@ #!/bin/sh +#MNH_LIC Copyright 1994-2014 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. ## ## Run Parameter ## diff --git a/conf/post/confdollar_titane_default b/conf/post/confdollar_titane_default index 0c754e76928cbb499ff35e385995a9175671f4c6..d47f9f554bc85f4ac11317f94d2dc8fe0ac4b2b4 100755 --- a/conf/post/confdollar_titane_default +++ b/conf/post/confdollar_titane_default @@ -1,4 +1,8 @@ #!/bin/sh +#MNH_LIC Copyright 1994-2014 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. ## ## Run Parameter ## diff --git a/conf/post/confdollar_turing_default b/conf/post/confdollar_turing_default index 36b33dea272330dc56a1dfa0943359184efc2f6e..a0a48b091a979911e9ed780ddcf2fa00b0cf3833 100755 --- a/conf/post/confdollar_turing_default +++ b/conf/post/confdollar_turing_default @@ -1,4 +1,8 @@ #!/bin/sh +#MNH_LIC Copyright 1994-2014 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. ## ## Run Parameter ## diff --git a/conf/post/confdollar_vargas_default b/conf/post/confdollar_vargas_default index a4ae54f1da35404d605192e00ebebf90b3e63050..63b713d00babdf50701bf5aff43213e7d9345089 100755 --- a/conf/post/confdollar_vargas_default +++ b/conf/post/confdollar_vargas_default @@ -1,4 +1,8 @@ #!/bin/sh +#MNH_LIC Copyright 1994-2014 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. ## ## Run Parameter ## diff --git a/conf/profile_mesonh b/conf/profile_mesonh index d124531e5cf789b1f88fd69dc219b49a618ff643..1c550223a98fd95ab2dfd1728e512b26374e89d5 100755 --- a/conf/profile_mesonh +++ b/conf/profile_mesonh @@ -1,4 +1,8 @@ #!/bin/ksh +#MNH_LIC Copyright 1994-2014 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. ########################################################## # # # ENVIRONEMMENT CONFIGURATION FOR MESONH # @@ -27,11 +31,11 @@ fi # SRC_MESONH : default path to mesonh sources # MUST BE SET TO YOUR OWN MESONH PATH # -export SRC_MESONH="/home/escj/DEV64/MNH-V4-10-1" +export SRC_MESONH="/home/escj/DEV64/MNH-V5-1-0" # -# Version MESONH PACKAGE :: PACK-MNH-V4-10-1 : 11/12/2013 +# Version MESONH PACKAGE :: PACK-MNH-V5-1-0 : 11/12/2013 # -export VERSION_XYZ=MNH-V4-10-1 +export VERSION_XYZ=MNH-V5-1-0 # # Target Architecture/compiler Machine <=> Rules.*.mk files # @@ -61,7 +65,7 @@ export MNH_NCWRIT= # # 'Scandollar' Post Processing default variables # -export CONF_DOLLAR=/home/escj/DEV64/MNH-V4-10-1/conf/post/confdollar_aeropc_default +export CONF_DOLLAR=/home/escj/DEV64/MNH-V5-1-0/conf/post/confdollar_aeropc_default # # Version of NETCDF # diff --git a/conf/profile_mesonh.ihm b/conf/profile_mesonh.ihm index 930731e27564077fc11354e25a215d08926cbea0..a629a97262a88312aacb0839ad1f881962120108 100755 --- a/conf/profile_mesonh.ihm +++ b/conf/profile_mesonh.ihm @@ -1,4 +1,8 @@ #!/bin/ksh +#MNH_LIC Copyright 1994-2014 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. ########################################################## # # # ENVIRONEMMENT CONFIGURATION FOR MESONH # diff --git a/src/LIB/MPIvide/Makefile b/src/LIB/MPIvide/Makefile index bb602f4bb371a5dce73db4ff8bef71d498ce3e04..6b3ad97a9505a49ca309b1c0a131bcd22919c99f 100644 --- a/src/LIB/MPIvide/Makefile +++ b/src/LIB/MPIvide/Makefile @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. VPATH=$(DIR_OBJ) ####################################### DIR_OBJ = ./$(ARCH) diff --git a/src/LIB/MPIvide/Rules.HPNAGf95 b/src/LIB/MPIvide/Rules.HPNAGf95 index 9e1fb4b17ea286a3eeae8dd4bf105bc0370dd840..4665c9c6e36e001ccd54ab471a4f19a2d3736659 100644 --- a/src/LIB/MPIvide/Rules.HPNAGf95 +++ b/src/LIB/MPIvide/Rules.HPNAGf95 @@ -1,2 +1,6 @@ +#MNH_LIC Copyright 1994-2014 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. CFLAGS = -O diff --git a/src/LIB/MPIvide/Rules.HPf90 b/src/LIB/MPIvide/Rules.HPf90 index abd7429a30fbb7d64a878315de4b372f21756acc..f3fb326970ef44f0b19f2a55dc4c406d8d6bed4d 100644 --- a/src/LIB/MPIvide/Rules.HPf90 +++ b/src/LIB/MPIvide/Rules.HPf90 @@ -1,2 +1,6 @@ +#MNH_LIC Copyright 1994-2014 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. CFLAGS += -O diff --git a/src/LIB/MPIvide/Rules.LXNAGf95 b/src/LIB/MPIvide/Rules.LXNAGf95 index 8073678fb3d04b09e2809a61429dbc16b70df66d..6ea59e20446f5977726c3036c896764fa0db2517 100644 --- a/src/LIB/MPIvide/Rules.LXNAGf95 +++ b/src/LIB/MPIvide/Rules.LXNAGf95 @@ -1,2 +1,6 @@ +#MNH_LIC Copyright 1994-2014 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. CFLAGS=-g -O2 diff --git a/src/LIB/MPIvide/Rules.LXpgf90 b/src/LIB/MPIvide/Rules.LXpgf90 index 8073678fb3d04b09e2809a61429dbc16b70df66d..6ea59e20446f5977726c3036c896764fa0db2517 100644 --- a/src/LIB/MPIvide/Rules.LXpgf90 +++ b/src/LIB/MPIvide/Rules.LXpgf90 @@ -1,2 +1,6 @@ +#MNH_LIC Copyright 1994-2014 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. CFLAGS=-g -O2 diff --git a/src/LIB/MPIvide/Rules.SGI32 b/src/LIB/MPIvide/Rules.SGI32 index 67e962abe4a58401063e9db4857965ace5c9b9c1..722d2663627be81687e87bf6ac71aba2453fcbb4 100644 --- a/src/LIB/MPIvide/Rules.SGI32 +++ b/src/LIB/MPIvide/Rules.SGI32 @@ -1,2 +1,6 @@ +#MNH_LIC Copyright 1994-2014 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. CFLAGS += -O2 diff --git a/src/LIB/MPIvide/Rules.SGI64 b/src/LIB/MPIvide/Rules.SGI64 index 67e962abe4a58401063e9db4857965ace5c9b9c1..722d2663627be81687e87bf6ac71aba2453fcbb4 100644 --- a/src/LIB/MPIvide/Rules.SGI64 +++ b/src/LIB/MPIvide/Rules.SGI64 @@ -1,2 +1,6 @@ +#MNH_LIC Copyright 1994-2014 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. CFLAGS += -O2 diff --git a/src/LIB/MPIvide/Rules.SX5 b/src/LIB/MPIvide/Rules.SX5 index abd7429a30fbb7d64a878315de4b372f21756acc..f3fb326970ef44f0b19f2a55dc4c406d8d6bed4d 100644 --- a/src/LIB/MPIvide/Rules.SX5 +++ b/src/LIB/MPIvide/Rules.SX5 @@ -1,2 +1,6 @@ +#MNH_LIC Copyright 1994-2014 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. CFLAGS += -O diff --git a/src/LIB/MPIvide/Rules.VPP b/src/LIB/MPIvide/Rules.VPP index abd7429a30fbb7d64a878315de4b372f21756acc..f3fb326970ef44f0b19f2a55dc4c406d8d6bed4d 100644 --- a/src/LIB/MPIvide/Rules.VPP +++ b/src/LIB/MPIvide/Rules.VPP @@ -1,2 +1,6 @@ +#MNH_LIC Copyright 1994-2014 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. CFLAGS += -O diff --git a/src/LIB/MPIvide/mpivide.c b/src/LIB/MPIvide/mpivide.c index f8d3642ba6e417f9cdfd6ad5a269a2d449804b5a..fb6981bf98dc235c4d8f857605412c7f7e4c0ce3 100644 --- a/src/LIB/MPIvide/mpivide.c +++ b/src/LIB/MPIvide/mpivide.c @@ -1,3 +1,9 @@ +/* +MNH_LIC Copyright 1994-2014 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. +*/ #include <string.h> #include "mpi.h" diff --git a/src/LIB/SURCOUCHE/Makefile b/src/LIB/SURCOUCHE/Makefile index a54b3beea70d148b261a05a7369f3de1bf982b0a..ba866f82dc7388c5a47bc824d521c81a89a3109e 100644 --- a/src/LIB/SURCOUCHE/Makefile +++ b/src/LIB/SURCOUCHE/Makefile @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. #----------------------------------------------------------------- #--------------- special set of characters for CVS information #----------------------------------------------------------------- diff --git a/src/LIB/SURCOUCHE/Rules.AIX64 b/src/LIB/SURCOUCHE/Rules.AIX64 index ba3f1318a52a61761a60349c0104a53fdb90aa92..28f74d76eeb5a0fb28f064683592cc6930e10a84 100644 --- a/src/LIB/SURCOUCHE/Rules.AIX64 +++ b/src/LIB/SURCOUCHE/Rules.AIX64 @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. # Idris SP4 F90 = mpxlf90_r_old -qarch=pwr4 -qinitauto=0 -qzerosize -qautodbl=dbl4 -qdpc=E -qmaxmem=-1 F90FLAGS += -qnooptimize -O -g -qfullpath diff --git a/src/LIB/SURCOUCHE/Rules.LXNAGf95 b/src/LIB/SURCOUCHE/Rules.LXNAGf95 index afa30a450b80fe0f8706e4569c84684bebabcf6d..65b960b829571788208cce3d54624eac7037841e 100644 --- a/src/LIB/SURCOUCHE/Rules.LXNAGf95 +++ b/src/LIB/SURCOUCHE/Rules.LXNAGf95 @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. F77FLAGS += F90FLAGS += -O2 -r8 CPPFLAGS = -DNAGf95 -DMNH_MPI_DOUBLE_PRECISION -DMNH_LINUX -DMNH_MPI_BSEND diff --git a/src/LIB/SURCOUCHE/Rules.LXpgf90 b/src/LIB/SURCOUCHE/Rules.LXpgf90 index 6f306153dd0e960369ad422a10326f0fce274e84..bde4e2c9b8295267cf2585a3bc6253010ee64e6d 100644 --- a/src/LIB/SURCOUCHE/Rules.LXpgf90 +++ b/src/LIB/SURCOUCHE/Rules.LXpgf90 @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. F77FLAGS += F90FLAGS += -O2 -r8 CPPFLAGS = -DMNH_MPI_DOUBLE_PRECISION -DMNH_LINUX -DMNH_MPI_BSEND diff --git a/src/LIB/SURCOUCHE/Rules.SGI32 b/src/LIB/SURCOUCHE/Rules.SGI32 index f56b348687a9f4dbb03e49736bacb50a4c8ee938..82a69c1460f903d9b9dc6dc1426e706587d72623 100644 --- a/src/LIB/SURCOUCHE/Rules.SGI32 +++ b/src/LIB/SURCOUCHE/Rules.SGI32 @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. F77FLAGS += F90FLAGS += -O2 -r8 CPPFLAGS += -DMNH_MPI_DOUBLE_PRECISION -DMNH_SGI -DMNH_MPI_BSEND diff --git a/src/LIB/SURCOUCHE/Rules.SGI64 b/src/LIB/SURCOUCHE/Rules.SGI64 index 9cec3553ec5403f15be745cb63918376f0a0ea35..00809a5c5331997e9e9b8958ff6f6d902123d106 100644 --- a/src/LIB/SURCOUCHE/Rules.SGI64 +++ b/src/LIB/SURCOUCHE/Rules.SGI64 @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. F77FLAGS += F90FLAGS += -O2 -r8 CPPFLAGS += -DMNH_MPI_DOUBLE_PRECISION -DMNH_SGI -DMNH_MPI_BSEND diff --git a/src/LIB/SURCOUCHE/Rules.SX5 b/src/LIB/SURCOUCHE/Rules.SX5 index 459debaf399e65a2a64d392b1c28b4d9ba35d7d5..fdd13d898dc50888f0fc8a93e447b6c0e83b08ae 100644 --- a/src/LIB/SURCOUCHE/Rules.SX5 +++ b/src/LIB/SURCOUCHE/Rules.SX5 @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. #IDRIS rhodes --> cros compile "uqbar" NEc-SX5 VERSION=-7.4.1.2_313 diff --git a/src/LIB/SURCOUCHE/Rules.VPP b/src/LIB/SURCOUCHE/Rules.VPP index 5d73bbce6c874c47b05564fae7c745bd96226f24..7854f92cff6e40443be05a559a28d204697b3267 100644 --- a/src/LIB/SURCOUCHE/Rules.VPP +++ b/src/LIB/SURCOUCHE/Rules.VPP @@ -1,3 +1,7 @@ +#MNH_LIC Copyright 1994-2014 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. F77FLAGS += F90FLAGS += -Wv,-Ma -Aa -Ad CPPFLAGS += -DMNH_VPP