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

source: trunk/NVTK/INSTALL/JOBS/jhd_aix6_mpi @ 1297

Last change on this file since 1297 was 1297, checked in by ctlod, 15 years ago

updates NVTK scripts for IBM SP6 named aix6 and to the new nemo_v3_1 release, see ticket: #325

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 670 bytes
Line 
1#!/bin/ksh
2# $Id$
3############################################################################
4#### aix Header mpi
5############################################################################
6# Temps CPU max. en secondes (d'un processus)
7# @ wall_clock_limit  = 0:10:00
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.