#
# Version of PACKAGE MESONH "Open distribution"
-# PACK-MNH-V5-2-0
-# DATE : 25/01/2016
-# VERSION : MESONH MASDEV5_2 + BUG-0
+# PACK-MNH-V5-2-1
+# DATE : 02/05/2016
+# VERSION : MESONH MASDEV5_2 + BUG-1
#
# MAP
#
#
# in the field "Show files using tag:"
#
-# ---> select "PACK-MNH-V5-2-0"
+# ---> select "PACK-MNH-V5-2-1"
#
# and then download the file "PACK-MNH-VX-Y-Z.tar.gz" by the link
#
# to the right one
#
-mv MNH-VX-Y-Z MNH-V5-2-0
+mv MNH-VX-Y-Z MNH-V5-2-1
#
# Process now to the chapter to configure the MesoNH
#
# in the field "Show files using tag:"
#
-# ---> select "PACK-MNH-V5-2-0"
+# ---> select "PACK-MNH-V5-2-1"
#
# download the file "anoncvs.key"
#
# -------------------------------------
#
# Now, from your "$HOME" directory for example
-# extract the version "PACK-MNH-V5-2-0"
+# extract the version "PACK-MNH-V5-2-1"
# of the directory "MNH-VX-Y-Z" from the
# cvs repository :
cd ~
-cvs co -r PACK-MNH-V5-2-0 -d MNH-V5-2-0 MNH-VX-Y-Z
+cvs co -r PACK-MNH-V5-2-1 -d MNH-V5-2-1 MNH-VX-Y-Z
#
# WARNING : don't use a sub-directory with dot "." in the name
# ---> you could have some trouble when compiling mesonh
#
-# this will create in your "$HOME" a directory "MNH-V5-2-0"
-# which contains of the last revision named "PACK-MNH-V5-2-0"
+# this will create in your "$HOME" a directory "MNH-V5-2-1"
+# which contains of the last revision named "PACK-MNH-V5-2-1"
# of the MESONH PACKAGE
#
# The advantage of this way of downloading
# to download entirely the full package
#
# Suppose that a new version for example
-# "PACK-MNH-V5-2-1" is announced ...
+# "PACK-MNH-V5-2-2" is announced ...
#
# To see the differences with your working copy
# do
#
-cd ~/MNH-V5-2-0
-cvs diff -r PACK-MNH-V5-2-1
+cd ~/MNH-V5-2-1
+cvs diff -r PACK-MNH-V5-2-2
#
# And to upgrade your working copy
#
-cd ~/MNH-V5-2-0
-cvs update -r PACK-MNH-V5-2-1 -d -P
+cd ~/MNH-V5-2-1
+cvs update -r PACK-MNH-V5-2-2 -d -P
#
# At any time you could also check for "uptodate"
-# changes in the CVS "branch" dedicated to the MNH410 version
+# changes in the CVS "branch" dedicated to the MNH52 version
# before the official release of the "bugN+1" bugfix
#
-cvs diff -r MNH410-BUG-branch
+cvs diff -r MNH52-BUG-branch
#
# An at "your own risk" update to this
# ( not yet official ) version by
#
-cd ~/MNH-V5-2-0
-cvs update -r MNH410-BUG-branch -d -P
+cd ~/MNH-V5-2-1
+cvs update -r MNH52-BUG-branch -d -P
#
# Well, the use of CVS is not under the scope of this "INSTALL" document ...
# use the "./configure" script like this
#
-cd ~/MNH-V5-2-0/src
+cd ~/MNH-V5-2-1/src
./configure
. ../conf/profile_mesonh
# and then source/load the new generate file
-. ../conf/profile_mesonh.LXifort.MNH-V5-2-0.MPIAUTO.O2
+. ../conf/profile_mesonh.LXifort.MNH-V5-2-1.MPIAUTO.O2
#
# REM:
# go to the directory "src"
#
-cd ~/MNH-V5-2-0/src
+cd ~/MNH-V5-2-1/src
#
# if you have not already configured your MESONH environment
#
cd $WORKDIR
-cvs co -r PACK-MNH-V5-2-0 -d MNH-V5-2-0 MNH-VX-Y-Z
-cd MNH-V5-2-0/src
+cvs co -r PACK-MNH-V5-2-1 -d MNH-V5-2-1 MNH-VX-Y-Z
+cd MNH-V5-2-1/src
./configure
...
-création du fichier --> ../conf/profile_mesonh-LXifortI4-MNH-V5-2-0-MPICRAY-O2
+création du fichier --> ../conf/profile_mesonh-LXifortI4-MNH-V5-2-1-MPICRAY-O2
# And for the compilation & example job , switch the ARCH variable to LXiort :
ARCH=LXifort
#ARCH=LXcray # this is the default one
-. ../conf/profile_mesonh-${ARCH}I4-MNH-V5-2-0-MPICRAY-O2
+. ../conf/profile_mesonh-${ARCH}I4-MNH-V5-2-1-MPICRAY-O2
## OUTPUT ::
-># read default config file :: ---> CONF_DOLLAR=/home/escj/DEV64/PACK-MNH-V5-2-0/conf/post/confdollar_aeropc_default
+># read default config file :: ---> CONF_DOLLAR=/home/escj/DEV64/PACK-MNH-V5-2-1/conf/post/confdollar_aeropc_default
>#
># read user config file :: ---> CONFIG=confdollar
>#
## OUTPUT ::
>#
-># read default config file :: ---> CONF_DOLLAR=/home/escj/DEV64/PACK-MNH-V5-2-0/conf/post/confdollar_aeropc_default
+># read default config file :: ---> CONF_DOLLAR=/home/escj/DEV64/PACK-MNH-V5-2-1/conf/post/confdollar_aeropc_default
>#
># read user config file :: ---> CONFIG=confdollar
>#
#
# use this "profile_mesonh" :
-. /home/rech/mnh/rmnh007/DEV/MNH-V5-2-0/conf/profile_mesonh-SX8-MNH-V5-2-0-MPIAUTO-O4
+. /home/rech/mnh/rmnh007/DEV/MNH-V5-2-1/conf/profile_mesonh-SX8-MNH-V5-2-1-MPIAUTO-O4
# And the examples are here ( link to my $WORKDIR in actually )
-/home/rech/mnh/rmnh007/DEV/MNH-V5-2-0/MY_RUN/KTEST/007_16janvier_scandollar
+/home/rech/mnh/rmnh007/DEV/MNH-V5-2-1/MY_RUN/KTEST/007_16janvier_scandollar
#
# On vargas
# ---------
# use this "profile_mesonh" :
-. /workgpfs/rech/mnh/rmnh007/DEV/MNH-V5-2-0/conf/profile_mesonh-AIX64-MNH-V5-2-0-MPIAUTO-O2
+. /workgpfs/rech/mnh/rmnh007/DEV/MNH-V5-2-1/conf/profile_mesonh-AIX64-MNH-V5-2-1-MPIAUTO-O2
# and examples here :
-/workgpfs/rech/mnh/rmnh007/DEV/MNH-V5-2-0/MY_RUN/KTEST/007_16janvier_scandollar
+/workgpfs/rech/mnh/rmnh007/DEV/MNH-V5-2-1/MY_RUN/KTEST/007_16janvier_scandollar
#
# - At CINES on JADE :
#
# use
-. /work/escobar/DEV/MNH-V5-2-0/conf/profile_mesonh-LXifort-MNH-V5-2-0-MPIICE-O2
+. /work/escobar/DEV/MNH-V5-2-1/conf/profile_mesonh-LXifort-MNH-V5-2-1-MPIICE-O2
# and the exemples
-/work/escobar/DEV/MNH-V5-2-0/MY_RUN/KTEST/007_16janvier_scandollar
+/work/escobar/DEV/MNH-V5-2-1/MY_RUN/KTEST/007_16janvier_scandollar
#
# - At ECMWF on cxa :
#
# use
-. /c1a/ms_perm/au5/MNH-V5-2-0/conf/profile_mesonh-AIX64-MNH-V5-2-0-MPIAUTO-O2
+. /c1a/ms_perm/au5/MNH-V5-2-1/conf/profile_mesonh-AIX64-MNH-V5-2-1-MPIAUTO-O2
# and the examples
-/c1a/ms_perm/au5/MNH-V5-2-0/MY_RUN/KTEST/007_16janvier_scandollar
+/c1a/ms_perm/au5/MNH-V5-2-1/MY_RUN/KTEST/007_16janvier_scandollar
#