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_aix_mpi in trunk/NVTK/INSTALL/JOBS – NEMO

source: trunk/NVTK/INSTALL/JOBS/jhd_aix_mpi @ 1262

Last change on this file since 1262 was 1155, checked in by ctlod, 16 years ago

add svn Id

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 660 bytes
Line 
1#!/bin/ksh
2# $Id$
3############################################################################
4#### aix Header mpi
5############################################################################
6# Temps CPU max. en secondes (d'un processus)
7# @ cpu_limit  = 1000
8# Mémoire max. utilisée (ici 11 Go)
9# @ data_limit = 3gb
10# Type du travail
11# @ job_type = parallel
12# Nom du travail LoadLeveler
13# @ job_name   =
14# Fichier de sortie standard du travail
15# @ output     = $(job_name)_std
16# Fichier de sortie d'erreur du travail
17# @ error      =  $(job_name)_err
18# Nombre de processus demandes
19# @ total_tasks = 8
20# @ queue
21#                                           
22
Note: See TracBrowser for help on using the repository browser.