source: configs/dcmip2016/RUNS/BAROCLINIC_WAVE/dry/job_ys @ 425

Last change on this file since 425 was 425, checked in by ymipsl, 8 years ago

Update dry baroclinic wave directory

YM

File size: 863 bytes
Line 
1#!/bin/bash
2#
3# LSF batch script to run an MPI application
4#BSUB -a tv   
5#BSUB -P SCIS0006            # project code
6#BSUB -W 00:30               # wall-clock time (hrs:mins)
7#BSUB -n 160                  # number of tasks in job         
8#BSUB -R "span[ptile=16]"    # run 16 MPI tasks per node
9#BSUB -J dynamico            # job name
10#BSUB -o dynamico.%J.out     # output file name in which %J is replaced by the job ID
11#BSUB -e dynamico.%J.err     # error file name in which %J is replaced by the job ID
12#BSUB -q small          # queue
13
14#run the executable
15module unload netcdf
16module unload intel
17module load intel/16.0.2
18module load netcdf-mpi/4.4.0
19module load mkl/11.3.0
20module load totalview/8.14.0-16
21
22#totalview -mpi "poe - Linux" -np 40  ../../DYNAMICO/bin/icosa_gcm.exe
23mpirun.lsf ../../DYNAMICO/bin/icosa_gcm.exe
24#mpirun.lsf -cmdfile ./cmd_file.txt
Note: See TracBrowser for help on using the repository browser.