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 tags/nemo_v3_2/nemo_v3_2/NVTK/INSTALL/JOBS – NEMO

source: tags/nemo_v3_2/nemo_v3_2/NVTK/INSTALL/JOBS/jhd_sx8brodie_mpi @ 1878

Last change on this file since 1878 was 1878, checked in by flavoni, 14 years ago

initial test for nemogcm

File size: 738 bytes
Line 
1# $Id: jhd_sx8brodie_mpi 1507 2009-07-20 15:54:25Z cetlod $
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.