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_ada.ksh

    r1150 r1163  
    17511751############################################################## 
    17521752# REBUILD OPERATOR 
     1753 
     1754#D-#================================================== 
     1755#D-function IGCM_sys_sync 
     1756#D-* Purpose: flush buffer on disk (dummy function on Ada) 
     1757#D-* Examples: 
     1758#D- 
     1759function IGCM_sys_sync { 
     1760  IGCM_debug_PushStack "IGCM_sys_sync" $@ 
     1761  if ( $DEBUG_sys ) ; then 
     1762    echo "IGCM_sys_sync :" $@ 
     1763    echo "Dummy call, let the system do that." 
     1764  fi 
     1765  IGCM_debug_PopStack "IGCM_sys_sync" 
     1766} 
    17531767 
    17541768#D-#================================================== 
Note: See TracChangeset for help on using the changeset viewer.