Changeset 1108 for trunk/libIGCM


Ignore:
Timestamp:
10/22/14 17:25:26 (10 years ago)
Author:
jgipsl
Message:

Reorganized options for curie to make clearer which are default ones. Translated to english.

Arnaud

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r1096 r1108  
    77#-Q- curie #MSUB -e Script_Output_::Jobname::.000001    # error output 
    88#-Q- curie #MSUB -eo 
    9 #-Q- curie #MSUB -n ::JobNumProcTot::  # reservation des processeurs pour le job 
    10 #-Q- curie ##MSUB -N 8                 # Number of nodes (16 cores per node) 
    11 #-Q- curie ##MSUB -x                    # exclusive node 
    12 #-Q- curie ##MSUB -E '--cpu_bind=none' 
     9#-Q- curie #MSUB -n ::JobNumProcTot::  # Number of cores 
    1310#-Q- curie #MSUB -T 86400              # Wall clock limit (seconds) 
    1411#-Q- curie #MSUB -q standard           # thin nodes 
    1512#-Q- curie #MSUB -A ::default_project:: 
    16 #-Q- curie ###MSUB -q ivybridge 
    17 #-Q- curie ###MSUB -A dsm 
     13#-Q- curie  
     14#-Q- curie # Below specific options that can be activated  
     15#-Q- curie ##MSUB -q ivybridge         # Option for Airain 
     16#-Q- curie ##MSUB -N 8                 # Number of nodes (16 cores per node) 
     17#-Q- curie ##MSUB -x                   # exclusive node 
     18#-Q- curie ##MSUB -E '--cpu_bind=none' 
     19#-Q- curie 
    1820#-Q- curie BATCH_NUM_PROC_TOT=$BRIDGE_MSUB_NPROC 
    1921#-Q- curie set +x 
     
    2224#-Q- ada # ##  ADA       IDRIS ## 
    2325#-Q- ada # ###################### 
    24 #-Q- ada # Nom de la requete 
     26#-Q- ada # Job name  
    2527#-Q- ada # @ job_name = ::Jobname:: 
    26 #-Q- ada # Type de travail 
     28#-Q- ada # Job type 
    2729#-Q- ada # @ job_type = parallel 
    28 #-Q- ada # Fichier de sortie standard 
     30#-Q- ada # Standard output file name 
    2931#-Q- ada # @ output = Script_Output_::Jobname::.000001 
    30 #-Q- ada # Fichier de sortie erreur (le meme) 
     32#-Q- ada # Error output file name 
    3133#-Q- ada # @ error = Script_Output_::Jobname::.000001 
    32 #-Q- ada # Nombre de processus demandes 
     34#-Q- ada # Total number of tasks 
    3335#-Q- ada # @ total_tasks = ::JobNumProcTot:: 
    3436#-Q- ada # @ environment = "BATCH_NUM_PROC_TOT=::JobNumProcTot::" 
    35 #-Q- ada # Temps CPU max. par processus MPI hh:mm:ss 
     37#-Q- ada # Maximum CPU time per task hh:mm:ss 
    3638#-Q- ada # @ wall_clock_limit = 1:00:00 
    37 #-Q- ada # Nombre de taches OpenMP/pthreads par processus MPI 
     39#-Q- ada # Specific option for OpenMP parallelization: Number of OpenMP threads per MPI task 
    3840#-Q- ada ### @ parallel_threads = 4 
    39 #-Q- ada # Fin de l entete 
     41#-Q- ada # End of the header options 
    4042#-Q- ada # @ queue 
    4143#-Q- lxiv8 ###################### 
Note: See TracChangeset for help on using the changeset viewer.