source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/extern/remap/RUN/job @ 6607

Last change on this file since 6607 was 6607, checked in by acosce, 10 months ago

XIOS used for ICOLMDZORINCA_CO2_Transport_GMD_2023

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.