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.
X64_ADA.sh in branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/batch – NEMO

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/batch/X64_ADA.sh @ 5788

Last change on this file since 5788 was 5788, checked in by nicolasmartin, 9 years ago

dev_r5092_CNRS18_TRUST Several enhancements (global variables rename, notification mail object, add job performances, templates description, script to install new minimal branch to test) to improve accessibility for NEMO users & bugfixes (tar creation, modulefiles)

  • Property svn:executable set to *
File size: 446 bytes
Line 
1#!/bin/bash
2
3# Nom de la requete
4# @ job_name = NEMO_CI
5# Type de travail
6# @ job_type = parallel
7# Fichier de sortie standard
8# @ output = $(job_name)_$(jobid)
9# Fichier de sortie erreur
10# @ error  = $(job_name)_$(jobid)
11# Nombre de processus demande
12# @ total_tasks = 32
13# Temps CPU max. par processus MPI hh:mm:ss
14# @ wall_clock_limit = 0:30:00
15# Fin de l entete
16# @ queue
17
18cd $LOADL_STEP_INITDIR
19
20# running the job in parallel mode
21poe ./opa
Note: See TracBrowser for help on using the repository browser.