Ignore:
Timestamp:
01/29/15 18:54:54 (9 years ago)
Author:
sdipsl
Message:
  • Add IGCM_sys_sync function. Do a /bin/sync on Curie and a dummy call otherwise.
File:
1 edited

Legend:

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

    r1160 r1163  
    19181918 
    19191919#D-#================================================== 
     1920#D-function IGCM_sys_sync 
     1921#D-* Purpose: flush buffer on disk 
     1922#D-* Examples: 
     1923#D- 
     1924function IGCM_sys_sync { 
     1925  IGCM_debug_PushStack "IGCM_sys_sync" $@ 
     1926  if ( $DEBUG_sys ) ; then 
     1927    echo "IGCM_sys_sync :" $@ 
     1928  fi 
     1929 
     1930  /bin/sync 
     1931 
     1932  IGCM_debug_PopStack "IGCM_sys_sync" 
     1933} 
     1934 
     1935#D-#================================================== 
    19201936#D-function IGCM_sys_rebuild 
    19211937#D-* Purpose: rebuild parallel files 
Note: See TracChangeset for help on using the changeset viewer.