source: XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/job_irene.sh @ 1730

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

GENERIC_TESTCASE : Each configuration is considered now as an independent test

File size: 1.5 KB
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 1
10#MSUB -n 16  # 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 devcmip6
16#MSUB -Q test
17#MSUB -m work
18
19cd $BRIDGE_MSUB_PWD
20module unload netcdf-c netcdf-fortran hdf5 flavor perl hdf5 boost blitz mpi gnu
21module load gnu
22module load mpi/intelmpi/2017.0.6.256
23module load flavor/buildcompiler/intel/17
24#module load flavor/buildmpi/intelmpi/2017
25module load flavor/hdf5/parallel
26module load netcdf-fortran/4.4.4
27module load hdf5/1.8.20
28module load boost
29module load blitz
30module load feature/bridge/heterogenous_mpmd
31module load arm-forge
32module load nco
33module load cdo
34
35export KMP_STACKSIZE=3g
36export KMP_LIBRARY=turnaround
37export MKL_SERIAL=YES
38export OMP_NUM_THREADS=${BRIDGE_MSUB_NCORE}
39
40set -x
41
42#export GMON_OUT_PREFIX='gmon.out'
43
44#export TAU_MAKEFILE=$TAU_MAKEFILEDIR/Makefile.tau-icpc-papi-mpi-pdt-openmp-opari-scorep
45#ccc_mprun -E '--enable_perf' amplxe-cl -collect hotspots -r ${PWD}/1omp_vtune/vtune_results ../../bin/test_send.exe
46
47#ccc_mprun ../build_prod/bin/test_omp.exe 4
48#ccc_mprun tau_exec -io ../../bin/test_send.exe
49#ddt -start -n 8 ../buile_intelmpi/bin/test_omp.exe
50
51export machine_name=irene
52python user_config.py
53cmake .
54make test
55make report
Note: See TracBrowser for help on using the repository browser.