source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/XIOS/xios_test_suite/COMPILE/job_compile_irene.sh @ 5477

Last change on this file since 5477 was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
  • 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.