source: codes/icosagcm/branches/SATURN_DYNAMICO/ICOSAGCM/param_sets/dcmip2012/test4/test4.1/test4.1-3/job_lynx @ 226

Last change on this file since 226 was 226, checked in by ymipsl, 10 years ago
File size: 387 bytes
Line 
1#!/bin/bash
2#PBS -N icosagcm             
3#PBS -q workshop                 
4#PBS -l mppwidth=60         
5##PBS -l mppnppn=12             
6#PBS -l walltime=00:30:00     
7#PBS -e icosagcm.out             
8#PBS -j eo                     
9#PBS -V                       
10cd $PBS_O_WORKDIR   
11
12export MPICH_MAX_SHORT_MSG_SIZE=1024
13                   
14aprun -n 60 ./icosa_gcm.exe > out         
Note: See TracBrowser for help on using the repository browser.