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.
jhd_sx8brodie_mpi in branches/dev_1784_OBS/NVTK/INSTALL/JOBS – NEMO

source: branches/dev_1784_OBS/NVTK/INSTALL/JOBS/jhd_sx8brodie_mpi @ 1939

Last change on this file since 1939 was 1507, checked in by cetlod, 15 years ago

Improve Jobs to ensure ORCA2_LIM_PISCES and ORCA2_OFF_PISCES reproductibilty, see ticket:480

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 685 bytes
Line 
1# $Id$
2############################################################################
3#### sx8brodie Header mpi
4############################################################################
5#PBS -S /bin/ksh                  # Shell used
6#PBS -q multi                     # classe multiple
7#PBS -l cpunum_job=8              # réservation de 8 processeurs
8#PBS -l cputim_prc=00:20:00       # temps max (HH:MM:SS)
9#PBS -l cputim_job=00:40:00       # temps max (HH:MM:SS)
10#PBS -l memsz_job=8.0gb           # memoire max /job
11#PBS -N                           # Job name
12#PBS -e                           # error output file name
13#PBS -o                           # standard output file name
14
Note: See TracBrowser for help on using the repository browser.