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 branches/dev_001_SBC/VALID/2INSTALL/JOBS – NEMO

source: branches/dev_001_SBC/VALID/2INSTALL/JOBS/jhd_aix_mpi @ 718

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

NVTK installation

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