Changeset 136


Ignore:
Timestamp:
06/17/09 15:14:36 (15 years ago)
Author:
sdipsl
Message:
  • MPISUSPEND is now OFF by default
  • MPISUSPEND, F_FILEINF, NC_FILEINF can be redefined inside Job or inside comp.driver
Location:
trunk/libIGCM/libIGCM_sys
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_brodie.ksh

    r128 r136  
    10341034 
    10351035#D-- MPISUSPEND 
    1036     export MPISUSPEND=ON 
    1037 #D-- MPIPROGINF 
     1036    export MPISUSPEND=${MPISUSPEND:=OFF} 
     1037 
     1038#D-- MPIPROGINF #other choices : ALL_DETAIL2 
    10381039    export MPIPROGINF=ALL 
     1040#D- activate ftrace (with -ftrace) 
     1041    export F_FTRACE=YES 
     1042#D- communication information (with -ftrace) 
     1043    export MPICOMMINF=DETAIL 
    10391044 
    10401045# -------------------------------------------------------------------- 
     
    10481053#D- global performance 
    10491054    export F_PROGINF=DETAIL 
    1050 #D- activate ftrace (with -ftrace) 
    1051     export F_FTRACE=YES 
    1052 #D- communication information (with -ftrace) 
    1053     export MPICOMMINF=ALL 
     1055 
    10541056#D- I/O performance (FORTRAN I/O only not netCDF) 
    1055     export F_FILEINF=NO 
    1056 # netCDF I/O performance 
    1057     export NC_FILEINF=NO     
     1057    export F_FILEINF=${F_FILEINF:=NO} 
     1058#D- netCDF I/O performance 
     1059    export NC_FILEINF=${NC_FILEINF:=NO} 
    10581060 
    10591061    IGCM_debug_PopStack "IGCM_sys_activ_variables" 
    1060  
    10611062} 
    10621063 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercure.ksh

    r128 r136  
    10301030 
    10311031#D-- MPISUSPEND 
    1032     export MPISUSPEND=ON 
    1033 #D-- MPIPROGINF 
     1032    export MPISUSPEND=${MPISUSPEND:=OFF} 
     1033 
     1034#D-- MPIPROGINF #other choices : ALL_DETAIL2 
    10341035    export MPIPROGINF=ALL 
    1035 #other choices : ALL_DETAIL2 
     1036#D- activate ftrace (with -ftrace) 
     1037    export F_FTRACE=YES 
     1038#D- communication information (with -ftrace) 
     1039    export MPICOMMINF=DETAIL 
    10361040 
    10371041# -------------------------------------------------------------------- 
     
    10451049#D- global performance 
    10461050    export F_PROGINF=DETAIL 
    1047 #D- activate ftrace (with -ftrace) 
    1048     export F_FTRACE=YES 
    1049 #D- communication information (with -ftrace) 
    1050     export MPICOMMINF=NO 
     1051 
    10511052#D- I/O performance (FORTRAN I/O only not netCDF) 
    1052     export F_FILEINF=NO 
    1053 # netCDF I/O performance 
    1054     export NC_FILEINF=NO     
     1053    export F_FILEINF=${F_FILEINF:=NO} 
     1054#D- netCDF I/O performance 
     1055    export NC_FILEINF=${NC_FILEINF:=NO} 
    10551056 
    10561057    IGCM_debug_PopStack "IGCM_sys_activ_variables" 
    1057  
    10581058} 
    10591059 
     
    10811081 
    10821082    IGCM_debug_PopStack "IGCM_sys_desactiv_variables" 
    1083    
    10841083} 
    10851084 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercurex9.ksh

    r128 r136  
    10301030 
    10311031#D-- MPISUSPEND 
    1032     export MPISUSPEND=ON 
    1033 #D-- MPIPROGINF 
     1032    export MPISUSPEND=${MPISUSPEND:=OFF} 
     1033 
     1034#D-- MPIPROGINF #other choices : ALL_DETAIL2 
    10341035    export MPIPROGINF=ALL 
    1035 #other choices : ALL_DETAIL2 
     1036#D- activate ftrace (with -ftrace) 
     1037    export F_FTRACE=YES 
     1038#D- communication information (with -ftrace) 
     1039    export MPICOMMINF=DETAIL 
    10361040 
    10371041# -------------------------------------------------------------------- 
     
    10451049#D- global performance 
    10461050    export F_PROGINF=DETAIL 
    1047 #D- activate ftrace (with -ftrace) 
    1048     export F_FTRACE=YES 
    1049 #D- communication information (with -ftrace) 
    1050     export MPICOMMINF=NO 
     1051 
    10511052#D- I/O performance (FORTRAN I/O only not netCDF) 
    1052     export F_FILEINF=NO 
    1053 # netCDF I/O performance 
    1054     export NC_FILEINF=NO     
     1053    export F_FILEINF=${F_FILEINF:=NO} 
     1054#D- netCDF I/O performance 
     1055    export NC_FILEINF=${NC_FILEINF:=NO} 
    10551056 
    10561057    IGCM_debug_PopStack "IGCM_sys_activ_variables" 
    1057  
    10581058} 
    10591059 
Note: See TracChangeset for help on using the changeset viewer.