Changeset 1240 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
10/05/15 15:52:57 (9 years ago)
Author:
sdipsl
Message:
  • reorganize Ada headers (group some options together)
  • simplify strings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r1238 r1240  
    1616#-Q- curie # Below specific options that can be activated  
    1717#-Q- curie ##MSUB -q ivybridge         # Option for Airain 
    18  
    1918#-Q- curie 
    2019#-Q- curie BATCH_NUM_PROC_TOT=$BRIDGE_MSUB_NPROC 
     
    2625#-Q- ada # Job name  
    2726#-Q- ada # @ job_name = ::Jobname:: 
    28 #-Q- ada # Job type 
    29 #-Q- ada # @ job_type = parallel 
    3027#-Q- ada # Standard output file name 
    3128#-Q- ada # @ output = Script_Output_::Jobname::.000001 
    3229#-Q- ada # Error output file name 
    3330#-Q- ada # @ error = Script_Output_::Jobname::.000001 
     31#-Q- ada # Job type 
     32#-Q- ada # @ job_type = parallel 
    3433#-Q- ada # Total number of tasks 
    3534#-Q- ada # @ total_tasks = ::JobNumProcTot:: 
    36 #-Q- ada # @ environment = "BATCH_NUM_PROC_TOT=::JobNumProcTot::" ; wall_clock_limit=$(wall_clock_limit) 
     35#-Q- ada # Specific option for OpenMP parallelization: Number of OpenMP threads per MPI task 
     36#-Q- ada # @ parallel_threads = ::openMPthreads:: 
    3737#-Q- ada # Maximum CPU time per task hh:mm:ss 
    3838#-Q- ada # @ wall_clock_limit = 1:00:00 
    39 #-Q- ada # Specific option for OpenMP parallelization: Number of OpenMP threads per MPI task 
    40 #-Q- ada # @ parallel_threads = ::openMPthreads:: 
     39#-Q- ada # @ environment = "BATCH_NUM_PROC_TOT=::JobNumProcTot::" ; wall_clock_limit=$(wall_clock_limit) 
    4140#-Q- ada # End of the header options 
    4241#-Q- ada # @ queue 
Note: See TracChangeset for help on using the changeset viewer.