Changeset 738 for palm/trunk
- Timestamp:
- Aug 17, 2011 2:51:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r721 r738 224 224 # 03/04/11 - Micha - added lckordi 225 225 # 06/04/11 - BjornM - bugfix for runs with mpt on lcsgi 226 # 17/08/11 - Siggi - extensions for impi library 226 227 227 228 … … 2146 2147 then 2147 2148 mpilib=mvapich 2149 elif [[ $(echo $modules | grep -c impi ) != 0 ]] 2150 then 2151 mpilib=impi 2148 2152 fi 2149 2153 fi … … 2547 2551 elif [[ $localhost = lcsgih ]] 2548 2552 then 2549 printf " compiler is called via ssh on \"hicegate 1\" \n"2550 ssh hicegate 1-l $usern ". /usr/share/modules/init/bash; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" 2>&1 "2553 printf " compiler is called via ssh on \"hicegate0\" \n" 2554 ssh hicegate0 -l $usern ". /usr/share/modules/init/bash; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" 2>&1 " 2551 2555 [[ ! -f a.out ]] && compile_error=true 2552 2556 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN … … 3338 3342 # NECESSARY, IF MORE THAN 4096 PEs ARE USED 3339 3343 export MPI_CONNECTIONS_THRESHOLD=8192 3340 echo "*** MPI_DSM_CPULIST=$MPI_DSM_CPULIST"3344 # echo "*** MPI_DSM_CPULIST=$MPI_DSM_CPULIST" 3341 3345 export MPI_TYPE_DEPTH=20 3342 echo "*** MPI_TYPE_DEPTH=$MPI_TYPE_DEPTH"3346 # echo "*** MPI_TYPE_DEPTH=$MPI_TYPE_DEPTH" 3343 3347 export MPI_GROUP_MAX=64 3344 echo "*** MPI_GROUP_MAX=$MPI_GROUP_MAX"3348 # echo "*** MPI_GROUP_MAX=$MPI_GROUP_MAX" 3345 3349 if [[ $use_openmp = true ]] 3346 3350 then … … 3380 3384 mpiexec -np $ii $tv_opt ./a.out $ROPTS < runfile_atmos 3381 3385 fi 3386 elif [[ "$mpilib" = impi ]] 3387 then 3388 echo "mpirun -np $tasks_per_node inspxe-cl -r result -collect mi3 -- ./a.out < runfile_atmos" 3389 mpirun -np $tasks_per_node inspxe-cl -r result -collect mi3 -- ./a.out < runfile_atmos 3382 3390 fi 3383 3391 elif [[ $host = lcxt4 || $host = lcxt5m ]]
Note: See TracChangeset
for help on using the changeset viewer.