source: XIOS/xios_training/hands-on-9/TP_src/job.sh @ 2082

Last change on this file since 2082 was 2082, checked in by yushan, 3 years ago

XIOS TRAINING update hands-on 9

  • Property svn:executable set to *
File size: 270 bytes
Line 
1#!/bin/bash
2#MSUB -o output.out
3#MSUB -e error.err
4#MSUB -eo
5#MSUB -c 1
6#MSUB -n 4
7#MSUB -X
8#MSUB -x
9#MSUB -T 1800
10#MSUB -q skylake
11#MSUB -A gen0826
12#MSUB -Q test
13#MSUB -m work,scratch
14cd $BRIDGE_MSUB_PWD
15source ../xios_build/arch.env
16
17
18ccc_mprun ./generic_testcase.exe
Note: See TracBrowser for help on using the repository browser.