source: codes/icosagcm/trunk/param_sets/dcmip2012/test4/test4.2/test4.2-1/job_lynx @ 88

Last change on this file since 88 was 88, checked in by ymipsl, 12 years ago

dcmip testcase 4

YM

File size: 389 bytes
Line 
1#!/bin/bash
2#PBS -N icosagcm             
3#PBS -q workshop                 
4#PBS -l mppwidth=160         
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 160 ./icosa_gcm.exe > out         
Note: See TracBrowser for help on using the repository browser.