#!/bin/bash 

#MSUB -r MyJob               # Request name
#MSUB -n 1                   # Number of tasks to use
#MSUB -x                     # requests exclusive usage of allocated nodes.

# Utiliser la queue test si pas d'extraction de section
#MSUB -Q test                
#MSUB -T 1800                # 1800 max pour queue test

# #MSUB -T 5000          

#MSUB -o job_%I.o            # Standard output. %I is the job id
#MSUB -e job_%I.e            # Error output. %I is the job id
#MSUB -A gen6895             # Project ID
#MSUB -q standard            # only for thin nodes 


cat ./EUC_characterize.py
EUC_characterize.py

