Changeset 1491 for trunk


Ignore:
Timestamp:
10/18/19 09:19:20 (5 years ago)
Author:
jgipsl
Message:

Add headers for jeanzay in some post-processing jobs

Location:
trunk/libIGCM
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r1468 r1491  
    2626#-Q- irene #MSUB -m store,work,scratch 
    2727#-Q- irene set +x 
     28#-Q- jeanzay #!/bin/ksh  
     29#-Q- jeanzay ###################### 
     30#-Q- jeanzay ## JEANZAY    IDRIS ## 
     31#-Q- jeanzay ###################### 
     32#-Q- jeanzay #SBATCH --job-name=SE         # Job Name 
     33#-Q- jeanzay #SBATCH --output=SE.out_%I    # standard output 
     34#-Q- jeanzay #SBATCH --error=SE.out_%I     # error output 
     35#-Q- jeanzay #SBATCH --ntasks=1            # Number of core 
     36#-Q- jeanzay #SBATCH --hint=nomultithread  # 1 processus MPI par coeur physique (pas d'hyperthreading) 
     37#-Q- jeanzay #SBATCH --time=10:00:00       # Wall clock limit (seconds) 
     38#-Q- jeanzay #SBATCH --account ::default_project::@cpu 
     39#-Q- jeanzay set +x 
    2840#-Q- ada #!/bin/ksh 
    2941#-Q- ada ####################### 
  • trunk/libIGCM/AA_pack_debug

    r1478 r1491  
    2626#-Q- irene #MSUB -m store,work,scratch 
    2727#-Q- irene set +x 
     28#-Q- jeanzay #!/bin/ksh  
     29#-Q- jeanzay ###################### 
     30#-Q- jeanzay ## JEANZAY    IDRIS ## 
     31#-Q- jeanzay ###################### 
     32#-Q- jeanzay #SBATCH --job-name=PACKDEBUG         # Job Name 
     33#-Q- jeanzay #SBATCH --output=PACKDEBUG.out_%I    # standard output 
     34#-Q- jeanzay #SBATCH --error=PACKDEBUG.out_%I     # error output 
     35#-Q- jeanzay #SBATCH --ntasks=1                   # Number of core 
     36#-Q- jeanzay #SBATCH --hint=nomultithread         # 1 processus MPI par coeur physique (pas d'hyperthreading) 
     37#-Q- jeanzay #SBATCH --time=10:00:00              # Wall clock limit (seconds) 
     38#-Q- jeanzay #SBATCH --account ::default_project::@cpu 
     39#-Q- jeanzay set +x 
    2840#-Q- ada #!/bin/ksh 
    2941#-Q- ada ####################### 
  • trunk/libIGCM/AA_pack_output

    r1468 r1491  
    2626#-Q- irene #MSUB -m store,work,scratch 
    2727#-Q- irene set +x 
     28#-Q- jeanzay #!/bin/ksh  
     29#-Q- jeanzay ###################### 
     30#-Q- jeanzay ## JEANZAY    IDRIS ## 
     31#-Q- jeanzay ###################### 
     32#-Q- jeanzay #SBATCH --job-name=PACKOUTPUT         # Job Name 
     33#-Q- jeanzay #SBATCH --output=PACKOUTPUT.out_%I    # standard output 
     34#-Q- jeanzay #SBATCH --error=PACKOUTPUT.out_%I     # error output 
     35#-Q- jeanzay #SBATCH --ntasks=1                    # Number of core 
     36#-Q- jeanzay #SBATCH --hint=nomultithread          # 1 processus MPI par coeur physique (pas d'hyperthreading) 
     37#-Q- jeanzay #SBATCH --time=10:00:00               # Wall clock limit (seconds) 
     38#-Q- jeanzay #SBATCH --account ::default_project::@cpu 
     39#-Q- jeanzay set +x 
    2840#-Q- ada #!/bin/ksh 
    2941#-Q- ada ####################### 
  • trunk/libIGCM/AA_pack_restart

    r1478 r1491  
    2626#-Q- irene #MSUB -m store,work,scratch 
    2727#-Q- irene set +x 
     28#-Q- jeanzay #!/bin/ksh  
     29#-Q- jeanzay ###################### 
     30#-Q- jeanzay ## JEANZAY    IDRIS ## 
     31#-Q- jeanzay ###################### 
     32#-Q- jeanzay #SBATCH --job-name=PACKRESTART         # Job Name 
     33#-Q- jeanzay #SBATCH --output=PACKRESTART.out_%I    # standard output 
     34#-Q- jeanzay #SBATCH --error=PACKRESTART.out_%I     # error output 
     35#-Q- jeanzay #SBATCH --ntasks=1                     # Number of core 
     36#-Q- jeanzay #SBATCH --hint=nomultithread           # 1 processus MPI par coeur physique (pas d'hyperthreading) 
     37#-Q- jeanzay #SBATCH --time=10:00:00                # Wall clock limit (seconds) 
     38#-Q- jeanzay #SBATCH --account ::default_project::@cpu 
     39#-Q- jeanzay set +x 
    2840#-Q- ada #!/bin/ksh 
    2941#-Q- ada ####################### 
Note: See TracChangeset for help on using the changeset viewer.