source: XIOS/dev/dev_trunk_omp/inputs/job.sh @ 1840

Last change on this file since 1840 was 1745, checked in by yushan, 5 years ago

Generic_testcase: build flag --omp to enable EP with intelmpi. --omp2 to enable EP with openmpi. tested on Irene with compiler=intel17, mpi=intelmpi&openmpi, with and without EP

  • Property svn:executable set to *
File size: 695 bytes
Line 
1#!/bin/bash
2#MSUB -r XIOS_test_client                 # Request name
3#MSUB -n 4                       # Number of tasks to use
4#MSUB -c 4
5#MSUB -T 1800                       # Elapsed time limit in seconds
6#MSUB -o client_output.out                 # Standard output. %I is the job id
7#MSUB -e client_error.err                 # Error output. %I is the job id
8#MSUB -q skylake
9#MSUB -Q test
10#MSUB -A devcmip6                # Project ID
11
12export OMP_NUM_THREADS=${BRIDGE_MSUB_NCORE}
13#export  ALLINEA_DISABLE_PRETTY_PRINT=1
14
15module load gnu
16
17set -x
18#cp $HOME/dev/dev_yushan/bin/xios_server.exe ./
19
20ccc_mprun ../../build_prod/bin/test_omp.exe
21#ccc_mprun ./EP_test
22#ddt -start -n 4 ./EP_test
23
Note: See TracBrowser for help on using the repository browser.