Changeset 544 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Aug 17, 2010 10:44:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r540 r544 208 208 # lcsgih/lcsgib is done using the names 209 209 # hicegate0/bicegate0 instead of the IP addresses 210 # 17/08/10 - BjornM - adjustments for interactive runs on lcxt4 210 211 211 212 … … 2534 2535 else 2535 2536 [[ $localhost = lctit ]] && export LM_LICENSE_FILE=27050@tggls 2537 [[ $localhost = lcxt4 ]] && . /opt/modules/default/init/ksh 2536 2538 [[ "$module_calls" != "" ]] && eval $module_calls 2537 2539 make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT="$cpp_options" F90FLAGS="$fopts" LDFLAGS="$lopts" … … 3313 3315 elif [[ $host = lcxt4 || $host = lcxt5m ]] 3314 3316 then 3315 aprun -n $ii -N $tasks_per_node a.out $ROPTS < runfile_atmos3317 aprun -n $ii -N $tasks_per_node a.out $ROPTS < runfile_atmos 3316 3318 else 3317 3319 mpiexec -machinefile hostfile -n $ii a.out < runfile_atmos $ROPTS
Note: See TracChangeset
for help on using the changeset viewer.