Changeset 1622 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Jul 20, 2015 6:21:36 AM (9 years ago)
Author:
heinze
Message:

bugfix for Mistral (lcbullhh)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1621 r1622  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# bugfix for Mistral (lcbullhh)
    2525#
    2626# Former revisions:
     
    19671967 fi
    19681968
    1969 
    1970 
    19711969    # OUTPUT OF THE MRUN-HEADER
    19721970 calltime=$(date)
     
    34933491                # COPY HOSTFILE FROM SOURCE DIRECTORY OR CREATE IT, IF IT
    34943492                # DOES NOT EXIST
    3495              if [[  $host != lccrayb  && $host != lccrayf  && $host != lccrayh  &&  $host != lckyuh  &&  $host != lckyut ]]
     3493             if [[  $host != lcbullhh  && $host != lccrayb  &&  $host != lccrayf  && $host != lccrayh  &&  $host != lckyuh  &&  $host != lckyut ]]
     3494
    34963495             then
    34973496                if [[ -f $hostfile ]]
     
    35423541                    aprun  -n $ii  -N $tasks_per_node  a.out  $ROPTS  < runfile_atmos
    35433542#                    aprun  -n $ii  -ss  -r2  -j1  a.out  $ROPTS  < runfile_atmos
     3543
     3544                elif [[ $host = lcbullhh ]]
     3545                then
     3546                   export OMPI_MCA_pml=cm
     3547                   export OMPI_MCA_mtl=mxm
     3548                   export OMPI_MCA_coll=^ghc
     3549                   export OMPI_MCA_mtl_mxm_np=0
     3550                   export MXM_RDMA_PORTS=mlx5_0:1
     3551                   export MXM_LOG_LEVEL=ERROR
     3552                   export OMP_NUM_THREADS=$threads_per_task
     3553                   export KMP_AFFINITY=verbose,granularity=core,compact,1
     3554                   export KMP_STACKSIZE=64m
     3555
     3556                   srun  --nodes=$nodes --ntasks-per-node=$tasks_per_node ./a.out 
     3557
    35443558                elif [[ $host = lccrayf ]]
    35453559                then
     
    36633677             mpirun  -np $ii  -hostfile $PBS_NODEFILE ./a.out  $ROPTS
    36643678
    3665           elif [[ $host = lcbullhh ]]
    3666           then
    3667              export OMPI_MCA_pml=cm
    3668              export OMPI_MCA_mtl=mxm
    3669              export OMPI_MCA_coll=^ghc
    3670              export OMPI_MCA_mtl_mxm_np=0
    3671              export MXM_RDMA_PORTS=mlx5_0:1
    3672              export MXM_LOG_LEVEL=ERROR
    3673              export OMP_NUM_THREADS=$threads_per_task
    3674              export KMP_AFFINITY=verbose,granularity=core,compact,1
    3675              export KMP_STACKSIZE=64m
    3676 
    3677              srun  --nodes=$nodes --ntasks-per-node=$tasks_per_node ./a.out 
    36783679          else
    36793680             mpprun  -n $numprocs  a.out  $ROPTS
Note: See TracChangeset for help on using the changeset viewer.