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

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

branch_openmp merged and tested with trunk r1597

  • Property svn:executable set to *
File size: 681 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 ../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.