Ignore:
Timestamp:
03/11/16 12:15:32 (8 years ago)
Author:
sdipsl
Message:
  • Bugfix on ciclad. MPMD was broken. SPMD hybrid MPI/OpenMP was partly broken.
  • cleaning
File:
1 edited

Legend:

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

    r1286 r1296  
    145145#- set PackDefault to true on ada 
    146146PackDefault=true 
    147  
    148 #==================================================== 
    149 #- Number of core per node (max number of OpenMP task) 
    150 NUM_COREPERNODE=8 
    151147 
    152148#==================================================== 
     
    12551251#D- 
    12561252function IGCM_sys_ListJobInQueue { 
    1257   IGCM_debug_PushStack "IGCM_sys_ListJobInQueue" 
     1253  IGCM_debug   cat ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 
     1254    \rm ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 
     1255    IGCM_debug_PopStack "IGCM_sys_atlas" 
     1256    return 1 
     1257  else 
     1258    IGCM_debug_PopStack "IGCM_sys_atlas" 
     1259    return 0 
     1260  fi 
     1261 
     1262  IGCM_debug_PopStack "IGCM_sys_atlas" 
     1263} 
     1264 
     1265_PushStack "IGCM_sys_ListJobInQueue" 
    12581266  if ( $DEBUG_sys ) ; then 
    12591267    echo "IGCM_sys_ListJobInQueue" 
     
    12901298  if [ ${status} -gt 0 ] ; then 
    12911299    echo "IGCM_sys_atlas : error code ${status}" 
    1292     cat ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 
    1293     \rm ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 
    1294     IGCM_debug_PopStack "IGCM_sys_atlas" 
    1295     return 1 
    1296   else 
    1297     IGCM_debug_PopStack "IGCM_sys_atlas" 
    1298     return 0 
    1299   fi 
    1300  
    1301   IGCM_debug_PopStack "IGCM_sys_atlas" 
    1302 } 
    1303  
     1300  
Note: See TracChangeset for help on using the changeset viewer.