source: configs/dcmip2016/RUNS/SUPERCELL/half_degree/job_ys @ 466

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

DCMIP2016 : supercell runs

YM

File size: 904 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:59               # wall-clock time (hrs:mins)
7#BSUB -n 10                  # 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##BSUB -q tutorial          # queue
14
15#run the executable
16module unload netcdf
17module unload intel
18module load intel/16.0.2
19module load netcdf-mpi/4.4.0
20module load mkl/11.3.0
21module load totalview/8.14.0-16
22
23#totalview -mpi "poe - Linux" -np 40  ../../../DYNAMICO/bin/icosa_gcm.exe
24mpirun.lsf ../../../DYNAMICO/bin/icosa_gcm.exe
25#mpirun.lsf -cmdfile ./cmd_file.txt
Note: See TracBrowser for help on using the repository browser.