Ignore:
Timestamp:
04/01/16 17:47:04 (8 years ago)
Author:
aclsce
Message:
  • Removed exports needed to use new Intel environment : not needed anymore.
File:
1 edited

Legend:

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

    r1308 r1313  
    872872function IGCM_sys_activ_variables { 
    873873  IGCM_debug_PushStack "IGCM_sys_activ_variables" 
    874   if ( [ ! "X${LOADL_STEP_TYPE}" = "XPARALLEL" ] && [ ! "X${LOADL_STEP_TYPE}" = "XSERIAL" ] ) ; then 
    875     # Temporary modifications for Intel MPI Environment 
    876     # To use DAPL Provider instead of OFA for inter-node communications 
    877     # and shm for intra-node communications 
    878     export I_MPI_FABRICS=shm:dapl 
    879     # To use UD protocol instead of RC (default with DAPL) 
    880     export I_MPI_DAPL_UD=1 
    881     # Some optimizations 
    882     export DAPL_UCM_REP_TIME=2000 # REQUEST timer, waiting for REPLY in millisecs 
    883     export DAPL_UCM_RTU_TIME=2000 # REPLY timer, waiting for RTU in millisecs 
    884     export DAPL_UCM_CQ_SIZE=2000 # CM completion queue 
    885     export DAPL_UCM_QP_SIZE=2000 # CM message queue 
    886     export DAPL_UCM_RETRY=7 # REQUEST and REPLY retries 
    887     export DAPL_ACK_RETRY=7 # IB RC Ack retry count 
    888     export DAPL_ACK_TIMER=20 # IB RC Ack retry timer 
    889     # To enable RDMA 
    890     export I_MPI_DAPL_UD_RDMA_MIXED=enable 
    891     # To use DAPL 2.1.7 
    892     export DAT_OVERRIDE=/smplocal/pub/DAPL/2.1.7/etc/dat.conf 
    893     export LD_LIBRARY_PATH=/smplocal/pub/DAPL/2.1.7/lib:${LD_LIBRARY_PATH} 
    894   fi 
    895874  if ( $DEBUG_sys ) ; then 
    896875    echo "IGCM_sys_activ_variables" 
Note: See TracChangeset for help on using the changeset viewer.