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_sx8mercure_omp in branches/nemo_v3_3_beta/NEMOGCM/NVTK/INSTALL/JOBS – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/NVTK/INSTALL/JOBS/jhd_sx8mercure_omp @ 2281

Last change on this file since 2281 was 2281, checked in by smasson, 14 years ago

set proper svn properties to all files...

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 687 bytes
Line 
1# $Id$
2############################################################################
3#### sx8mercure Header omp
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:30:00       # temps max (HH:MM:SS)
10#PBS -l memsz_job=4.0gb           # memoire max /job
11#PBS -N                           # Job name
12#PBS -e                           # error output file name
13#PBS -o                           # standard output file name
14
15
Note: See TracBrowser for help on using the repository browser.