Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Méso-NH
Méso-NH code
Commits
2f3c3b1b
Commit
2f3c3b1b
authored
1 year ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 09/01/2024: add job example for Datarmor
parent
3503f6a3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/job_make_examples_SGI_datarmor
+66
-0
66 additions, 0 deletions
src/job_make_examples_SGI_datarmor
with
66 additions
and
0 deletions
src/job_make_examples_SGI_datarmor
0 → 100755
+
66
−
0
View file @
2f3c3b1b
#!/bin/bash
#MNH_LIC Copyright 1994-2024 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.
#PBS -S /bin/bash
#PBS -N Examples
##PBS -e Examples_errors.txt
##PBS -o Examples_output.txt
##PBS -m e
#PBS -q mpi_1
#PBS -l walltime=00:30:00
ulimit
-c
0
ulimit
-s
unlimited
# Arret du job des la premiere erreur
set
-e
# Nom de la machine
hostname
# Echo des commandes
unset
MAKEFLAGS
cd
$PBS_O_WORKDIR
.
../conf/profile_mesonh-LXifort-R8I4-MNH-V5-7-0-MPIINTEL-O2
export
MONORUN
=
"Mpirun -np 1 "
export
MPIRUN
=
"Mpirun -np 4 "
export
POSTRUN
=
"time "
export
MNH_PYTHON
=
"NO"
cd
$SRC_MESONH
/MY_RUN/KTEST/003_KW78
make
-k
#
echo
"#################################################################################"
echo
"##CAS SUIVANT####################################################################"
echo
"#################################################################################"
cd
$SRC_MESONH
/MY_RUN/KTEST/001_2Drelief
make
-k
#
echo
"#################################################################################"
echo
"##CAS SUIVANT####################################################################"
echo
"#################################################################################"
cd
$SRC_MESONH
/MY_RUN/KTEST/002_3Drelief
make
-k
#
echo
"#################################################################################"
echo
"##CAS SUIVANT####################################################################"
echo
"#################################################################################"
cd
$SRC_MESONH
/MY_RUN/KTEST/004_Reunion
make
-k
<<
EOF
EOF
#
echo
"#################################################################################"
echo
"##CAS SUIVANT####################################################################"
echo
"#################################################################################"
cd
$SRC_MESONH
/MY_RUN/KTEST/007_16janvier
make
-k
<<
EOF
EOF
#
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment