Changeset 1501 for trunk


Ignore:
Timestamp:
11/20/19 09:30:47 (4 years ago)
Author:
acosce
Message:

change in post treatment Jean Zay job header to add jobid in the log out file

Location:
trunk/libIGCM
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_monitoring

    r1499 r1501  
    3131#-Q- jeanzay ###################### 
    3232#-Q- jeanzay #SBATCH --job-name=MONITORING         # Job Name 
    33 #-Q- jeanzay #SBATCH --output=MONITORING.out_%I    # standard output 
    34 #-Q- jeanzay #SBATCH --error=MONITORING.out_%I     # error output 
     33#-Q- jeanzay #SBATCH --output=MONITORING.out_%J    # standard output 
     34#-Q- jeanzay #SBATCH --error=MONITORING.out_%J     # error output 
    3535#-Q- jeanzay #SBATCH --ntasks=1                    # Number of core 
    3636#-Q- jeanzay #SBATCH --hint=nomultithread          # 1 processus MPI par coeur physique (pas d'hyperthreading) 
  • trunk/libIGCM/AA_pack_debug

    r1494 r1501  
    3131#-Q- jeanzay ###################### 
    3232#-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 
     33#-Q- jeanzay #SBATCH --output=PACKDEBUG.out_%J    # standard output 
     34#-Q- jeanzay #SBATCH --error=PACKDEBUG.out_%J     # error output 
    3535#-Q- jeanzay #SBATCH -N  1                        # Number of core 
    3636#-Q- jeanzay #SBATCH --partition=prepost          # Post-processing partition 
  • trunk/libIGCM/AA_pack_output

    r1494 r1501  
    3131#-Q- jeanzay ###################### 
    3232#-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 
     33#-Q- jeanzay #SBATCH --output=PACKOUTPUT.out_%J    # standard output 
     34#-Q- jeanzay #SBATCH --error=PACKOUTPUT.out_%J     # error output 
    3535#-Q- jeanzay #SBATCH -N  1                        # Number of core 
    3636#-Q- jeanzay #SBATCH --partition=prepost          # Post-processing partition 
  • trunk/libIGCM/AA_pack_restart

    r1494 r1501  
    3131#-Q- jeanzay ###################### 
    3232#-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 
     33#-Q- jeanzay #SBATCH --output=PACKRESTART.out_%J    # standard output 
     34#-Q- jeanzay #SBATCH --error=PACKRESTART.out_%J     # error output 
    3535#-Q- jeanzay #SBATCH -N  1                        # Number of core 
    3636#-Q- jeanzay #SBATCH --partition=prepost          # Post-processing partition 
Note: See TracChangeset for help on using the changeset viewer.