#!/bin/bash #MSUB -r XIOS_test_client # Request name #MSUB -n 4 # Number of tasks to use #MSUB -c 4 #MSUB -T 1800 # Elapsed time limit in seconds #MSUB -o client_output.out # Standard output. %I is the job id #MSUB -e client_error.err # Error output. %I is the job id #MSUB -q skylake #MSUB -Q test #MSUB -A devcmip6 # Project ID export OMP_NUM_THREADS=${BRIDGE_MSUB_NCORE} #export ALLINEA_DISABLE_PRETTY_PRINT=1 module load gnu set -x #cp $HOME/dev/dev_yushan/bin/xios_server.exe ./ ccc_mprun ../bin/test_omp.exe #ccc_mprun ./EP_test #ddt -start -n 4 ./EP_test