source:
TOOLS/SURPACK_IPSL/my_SaveNewSimuPack.job
@
2185
Last change on this file since 2185 was 2185, checked in by acosce, 11 years ago | |
---|---|
File size: 228 bytes |
Line | |
---|---|
1 | #!/bin/ksh |
2 | #MSUB -r SaveNewSimu |
3 | #MSUB -e SaveNewSimu.out |
4 | #MSUB -o SaveNewSimu.out |
5 | #MSUB -w |
6 | #MSUB -n 1 |
7 | #MSUB -T 86400 |
8 | #MSUB -p gen2212 |
9 | #MSUB -q xlarge |
10 | |
11 | set -vx |
12 | cd ${HOME}/SURPACK_IPSL |
13 | |
14 | ./SaveNewSimuPack.sh -rmv |
15 | |
16 | |
17 | date |
18 |
Note: See TracBrowser
for help on using the repository browser.