source: XIOS/xios_training/hands-on-8/job.sh @ 2045

Last change on this file since 2045 was 2045, checked in by ymipsl, 3 years ago

Add source hand-on and doc for training
YM

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 262 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 ./test_tp8.exe
Note: See TracBrowser for help on using the repository browser.