source: XIOS/dev/branch_yushan_merged/extern/remap/RUN/job @ 1147

Last change on this file since 1147 was 688, checked in by mhnguyen, 9 years ago

Integrating remap library into XIOS

+) Change name of some files of remap library to be compatible with XIOS
+) Implement function to fill in automatically boundary longitude and latitude

Test
+) On Curie
+) test_remap correct

File size: 797 bytes
Line 
1#!/bin/bash
2##################
3## CURIE   CEA ##
4##################
5#MSUB -r remap       # nom de la requete
6#MSUB -o remap.out   # nom du fichier de sortie
7#MSUB -e remap.err
8#MSUB -n 64       # reservation des processeurs pour le job
9##MSUB -c 1           # reservation des processeurs pour le job
10#MSUB -x             # exclusif
11#MSUB -T 1800           # Limite temps (en secondes)
12#MSUB -p gen7357
13##MSUB -Q test                # QoS test
14#MSUB -q standard            # Choosing standard nodes
15#MSUB -X            # X11 forwarding
16
17
18cd $BRIDGE_MSUB_PWD 
19
20ulimit -a
21ulimit -aH
22
23module load mpiprofile/bullxmpi/performance
24module load ddt
25
26ccc_mprun  -d tv ../test
27#ccc_mprun   ../test
28#ddt -start -n 64   ../test
29#ccc_mprun -d tv ../bin/main.exe < in_t740
30#ccc_mprun  ../bin/main.exe < in_t740
Note: See TracBrowser for help on using the repository browser.