Ignore:
Timestamp:
Dec 14, 2009 7:14:46 AM (14 years ago)
Author:
raasch
Message:

data asignments for dvrp arrays switched back to old settings due to runtime problems; type problem in mpi_waitall (poisfft_hybrid) fixed for mpi2 libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r405 r412  
    31853185                      if [[ $use_openmp = false ]]
    31863186                      then
    3187                          export MPI_DSM_CPULIST="0,1,4,5,2,3,6,7:allhosts"
     3187                         if [[ "$sgi_feature" = ice2 ]]
     3188                         then
     3189                            export MPI_DSM_CPULIST="0,4,1,5,2,6,3,7:allhosts"
     3190                         else
     3191                            export MPI_DSM_CPULIST="0,1,4,5,2,3,6,7:allhosts"
     3192                         fi
    31883193                      fi
    31893194                          # MPI_IB_RAILS: use both IB rails on ICE2
     
    31923197                          # NECESSARY, IF MORE THAN 4096 PEs ARE USED
    31933198                      export MPI_CONNECTIONS_THRESHOLD=8192
     3199                      echo "*** MPI_DSM_CPULIST=$MPI_DSM_CPULIST"
    31943200                      mpiexec_mpt -np $ii   ./a.out  $ROPTS  < runfile_atmos
    31953201
     
    32023208                      # export MV2_ENABLE_AFFINITY=1
    32033209                      #  export MV2_CPU_MAPPING=0,1,4,5,2,3,6,7
     3210               #       if [[ "$sgi_feature" = ice2 ]]
     3211               #       then
     3212               #          export MV2_CPU_MAPPING=0,4,1,5,2,6,3,7
     3213               #       else
     3214               #          export MV2_CPU_MAPPING=0,1,4,5,2,3,6,7
     3215               #       fi
     3216                      echo "*** MV2_CPU_MAPPING=$MV2_CPU_MAPPING"
    32043217                      if [[ $threads_per_task != 1 ]]
    32053218                      then
Note: See TracChangeset for help on using the changeset viewer.