source: XIOS/trunk/xios_test_suite/COMPILE/job_compile_irene.sh @ 1828

Last change on this file since 1828 was 1828, checked in by ymipsl, 4 years ago

xios_test_suite

  • add cron script for irene
  • mount scratchdir for irene jobs

YM

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 532 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 48
10#MSUB -n 1  # 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# ------------- Compile job for Irene------------
20
21cd $BRIDGE_MSUB_PWD
22
23cmake .
24ctest -V
25
26exit
Note: See TracBrowser for help on using the repository browser.