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_omp in trunk/VALID/2INSTALL/JOBS – NEMO

source: trunk/VALID/2INSTALL/JOBS/jhd_sx8brodie_omp @ 1128

Last change on this file since 1128 was 695, checked in by ctlod, 17 years ago

NVTK installation

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