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

    r1150 r1163  
    14691469 
    14701470#D-#================================================== 
     1471#D-function IGCM_sys_sync 
     1472#D-* Purpose: flush buffer on disk (dummy function on Ada) 
     1473#D-* Examples: 
     1474#D- 
     1475function IGCM_sys_sync { 
     1476  IGCM_debug_PushStack "IGCM_sys_sync" $@ 
     1477  if ( $DEBUG_sys ) ; then 
     1478    echo "IGCM_sys_sync :" $@ 
     1479    echo "Dummy call, let the system do that." 
     1480  fi 
     1481  IGCM_debug_PopStack "IGCM_sys_sync" 
     1482} 
     1483 
     1484#D-#================================================== 
    14711485#D-function IGCM_sys_rebuild 
    14721486#D-* Purpose: rebuild parallel files 
Note: See TracChangeset for help on using the changeset viewer.