Skip to content
Snippets Groups Projects
Commit 6968ca9e authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 24/02/2023:A-INSTALL, add instrution for new HPCF ECMWF computer & little...

Juan 24/02/2023:A-INSTALL, add instrution for new HPCF ECMWF computer & little update info for other one
parent b3f5ddf8
No related branches found
No related tags found
No related merge requests found
...@@ -574,20 +574,24 @@ cd MNH-V5-6-0/src ...@@ -574,20 +574,24 @@ cd MNH-V5-6-0/src
# --------- # ---------
# #
# - On JEAN-ZAY ( HPE ) the compilation is only possible in interactive : # - On JEAN-ZAY ( HPE ) the compilation is in interactive :
cd MNH-V5-6-0/src cd MNH-V5-6-0/src
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-0-MPIINTEL-O2 . ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-0-MPIINTEL-O2
make -j16 |& tee error$XYZ make -j16 |& tee error$XYZ
make installmaster make installmaster
# You could also use the 'compil' partition
sbatch job_make_mesonh_HPE_jeanzay
# - to run the test case examples run # - to run the test case examples run
sbatch -A {your_projet}@cpu job_make_examples_BullX_jeanzay sbatch -A {your_projet}@cpu job_make_examples_BullX_jeanzay
# #
# #
# at CINES on OCCIGEN (BULLX) : # at CINES on ADASTRA (BULLX) :
# ------------------------------------------------------- # -------------------------------------------------------
# #
# - install the PACKAGE in your $HOME ( default 50Go of quota ) # - install the PACKAGE in your $HOME ( default 50Go of quota )
...@@ -630,28 +634,27 @@ ccc_msub -q knl job_make_examples_BullX_irene ...@@ -630,28 +634,27 @@ ccc_msub -q knl job_make_examples_BullX_irene
ccc_msub job_make_examples_BullX_irene_AMD ccc_msub job_make_examples_BullX_irene_AMD
# #
# at ECMWF on cca ( CRAY/XC30 ) : # at ECMWF on hpc-login ( ATos/HPCF ) :
# ---------------------------- # ------------------------------------------
#
# - to install MESONH go to your $HPCPERM directory
# #
# - to install MESONH go to your $PERM directory # - for the compilation :
# if you need more disk space than allowed for 'standard' user # after the ./configure in the login node
# Ask to Dominique Lucas, look this email :
# http://mesonh.aero.obs-mip.fr/mesonh/dir_interne/dir_mail_mesonh_cnrm/dir_mail/2009_09_24_15:31:54.eml
# #
# - for the compilation use : # connecte to an "interactive compute node" via ( 16 core & 16GO of memory
qsub job_make_mesonh_CRAY_cca ecinteractive -c16 -m 16G -t 12:00:00
# - to run the test case examples run etc ...
qsub job_make_examples_CRAY_cca
# # - to run the test case examples run
# REM : On CRAY computer cca , I switch the default compiler to the INTEL one .
# Some trouble with the is the CRAY one = crayftn . sbatch job_make_examples_Atos_HPCF
# #
# - At Meteo-France DSI on beaufix (or prolix) # - At Meteo-France DSI on belenos
# #
# to install the whole package on your "$HOME" directory # to install the whole package on your "$HOME" directory
# untar the file "MNH-V5-6-0.tar.gz" from its location : # untar the file "MNH-V5-6-0.tar.gz" from its location :
...@@ -666,16 +669,16 @@ cd MNH-V5-6-0/src ...@@ -666,16 +669,16 @@ cd MNH-V5-6-0/src
# #
# Due to limitation in time & memory on interactive connection # Due to limitation in time & memory on interactive connection
# then compile the MESONH PACKAGE in batch mode with the job_make_mesonh_BullX file : # then compile the MESONH PACKAGE in batch mode with the job_make_mesonh_BullX_belenos file :
sbatch job_make_mesonh_BullX sbatch job_make_mesonh_BullX_belenos
# This job does : gmake -j 4 # This job does : gmake -j 4
# then : make installmaster # then : make installmaster
# To run basic KTEST examples : # To run basic KTEST examples :
sbatch job_make_examples_BullX sbatch job_make_examples_BullX_belenos
# Step-2 : configure/compiling with VER_USER=... # Step-2 : configure/compiling with VER_USER=...
# ---------------------------------------------- # ----------------------------------------------
...@@ -692,8 +695,7 @@ export VER_USER=MY_MODIF ...@@ -692,8 +695,7 @@ export VER_USER=MY_MODIF
# in job_make_mesonh_user_BullX insert " export VER_USER=MY_MODIF " # in job_make_mesonh_user_BullX insert " export VER_USER=MY_MODIF "
# then submit in batch mode # then submit in batch mode
sbatch job_make_mesonh_user_BullX sbatch job_make_mesonh_user_BullX_belenos
# #
# #
...@@ -701,7 +703,7 @@ sbatch job_make_mesonh_user_BullX ...@@ -701,7 +703,7 @@ sbatch job_make_mesonh_user_BullX
# ------------------------------------------------------- # -------------------------------------------------------
# #
# - install the PACKAGE in your /tmpdir/$USER # - install the PACKAGE in your /tmpdir/$USER
# - Compile in interactive mode ( see IDRIS ) # - Compile in interactive mode
# #
# - to run the test case examples run # - to run the test case examples run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment