Changeset 1622 for palm/trunk
- Timestamp:
- Jul 20, 2015 6:21:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1621 r1622 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # bugfix for Mistral (lcbullhh) 25 25 # 26 26 # Former revisions: … … 1967 1967 fi 1968 1968 1969 1970 1971 1969 # OUTPUT OF THE MRUN-HEADER 1972 1970 calltime=$(date) … … 3493 3491 # COPY HOSTFILE FROM SOURCE DIRECTORY OR CREATE IT, IF IT 3494 3492 # 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 3496 3495 then 3497 3496 if [[ -f $hostfile ]] … … 3542 3541 aprun -n $ii -N $tasks_per_node a.out $ROPTS < runfile_atmos 3543 3542 # 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 3544 3558 elif [[ $host = lccrayf ]] 3545 3559 then … … 3663 3677 mpirun -np $ii -hostfile $PBS_NODEFILE ./a.out $ROPTS 3664 3678 3665 elif [[ $host = lcbullhh ]]3666 then3667 export OMPI_MCA_pml=cm3668 export OMPI_MCA_mtl=mxm3669 export OMPI_MCA_coll=^ghc3670 export OMPI_MCA_mtl_mxm_np=03671 export MXM_RDMA_PORTS=mlx5_0:13672 export MXM_LOG_LEVEL=ERROR3673 export OMP_NUM_THREADS=$threads_per_task3674 export KMP_AFFINITY=verbose,granularity=core,compact,13675 export KMP_STACKSIZE=64m3676 3677 srun --nodes=$nodes --ntasks-per-node=$tasks_per_node ./a.out3678 3679 else 3679 3680 mpprun -n $numprocs a.out $ROPTS
Note: See TracChangeset
for help on using the changeset viewer.