New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Job_16proc in branches/2013/dev_r3406_CNRS_LIM3/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00 – NEMO

source: branches/2013/dev_r3406_CNRS_LIM3/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/Job_16proc @ 3931

Last change on this file since 3931 was 3931, checked in by flavoni, 11 years ago

add ORCA2_LIM3 configuration, see ticket: #1116

  • Property svn:executable set to *
File size: 788 bytes
Line 
1#!/bin/ksh
2# ######################
3# ##   ADA IDRIS   ##
4# ######################
5# Nom de la requete
6# @ job_name = amax
7# Type de travail
8# @ job_type = parallel
9# @ as_limit = 7.0Gb
10# Fichier de sortie standard
11# @ output = Script_Output_16proc
12# Fichier de sortie erreur (le meme)
13# @ error = error_16proc
14# Nombre de processus demandes
15# @ total_tasks =  16
16# @ environment = "BATCH_NUM_PROC_TOT=16"
17# Temps CPU max. par processus MPI hh:mm:ss
18# @ wall_clock_limit = 4:30:00
19# Nombre de taches OpenMP/pthreads par processus MPI
20### @ parallel_threads = 4
21# Fin de l entete
22# @ queue
23
24cd /workgpfs/rech/eee/reee605/LIM3_branch/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00
25#cd $TMPDIR
26#cp $LOADL_STEP_INITDIR/a.out .
27#cp $LOADL_STEP_INITDIR/input.data .
28
29# Execution d'un programme MPI.
30poe ./opa
Note: See TracBrowser for help on using the repository browser.