Changeset 1069 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Nov 28, 2012 4:18:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1059 r1069 22 22 # Current revisions: 23 23 # ----------------- 24 # 24 # bugfix: coupling mode was always set to mpi2, typos removed 25 25 26 # 26 27 # Former revisions: … … 559 560 while read line 560 561 do 561 if [[ "$line" != "" && $(echo $line | cut -c1) != "#" && ( $(echo $line | cut -d" " -s -f4) = $cond1 || $(echo $line | cut -d" " -s -f4) = $cond2 )]]562 if [[ "$line" != "" && $(echo $line | cut -c1) != "#" && $(echo $line | cut -d" " -s -f4) = $cond1 && $(echo $line | cut -d" " -s -f4) = $cond2 ]] 562 563 then 563 564 coupled_mode="mpi2" … … 2240 2241 then 2241 2242 skip_check=true 2242 reason="restart run. )"2243 reason="restart run." 2243 2244 fi 2244 2245 … … 2426 2427 locat=normal; exit 2427 2428 else 2428 printf "\n *** Skipping parameter file check."2429 printf "\n *** skipping parameter file check." 2429 2430 2430 2431 fi
Note: See TracChangeset
for help on using the changeset viewer.