source: XIOS/dev/dev_trunk_omp/xios_test_suite/TEST_SUITE/job_irene.sh @ 1844

Last change on this file since 1844 was 1844, checked in by yushan, 4 years ago

dev_trunk_omp : add xios_test_suite folder

  • Property svn:executable set to *
File size: 746 bytes
Line 
1#!/bin/bash
2######################
3## CURIE   TGCC/CEA ##
4######################
5#MSUB -r XIOS
6#MSUB -o client_output.out    # standard output
7#MSUB -e client_error.err    #error output
8#MSUB -eo
9#MSUB -c 1
10#MSUB -n 48  # Number of MPI tasks (SPMD case) or cores (MPMD case)
11#MSUB -X
12#MSUB -x
13#MSUB -T 1800      # Wall clock limit (seconds)
14#MSUB -q skylake           # thin nodes
15#MSUB -A gen0826
16#MSUB -Q test
17#MSUB -m work,scratch
18
19
20#============================= X64_IRENE_prod =============================
21
22
23cd $BRIDGE_MSUB_PWD
24
25export arch=X64_IRENE
26export mode=prod
27
28./run_test
29
30
31#============================= X64_IRENE_debug =============================
32
33
34cd $BRIDGE_MSUB_PWD
35
36export arch=X64_IRENE
37export mode=debug
38
39./run_test
40
41
42
43
Note: See TracBrowser for help on using the repository browser.