| 269 |
if test $xx != $arg1 ; then doRun=1 ; arg1=$xx ; else doRun=0 ; fi |
if test $xx != $arg1 ; then doRun=1 ; arg1=$xx ; else doRun=0 ; fi |
| 270 |
ksel=$arg1 |
ksel=$arg1 |
| 271 |
|
|
| 272 |
CMD="./${CMD} $MTH 3" |
if test -x ${CMD} ; then |
| 273 |
|
CMD="./${CMD} $MTH 3" |
| 274 |
|
else |
| 275 |
|
if test -x ../../tools/${CMD} ; then |
| 276 |
|
CMD="../../tools/${CMD} $MTH 3" |
| 277 |
|
else |
| 278 |
|
echo " no test-script '${CMD}' found neither here nor in '../../tools/'" |
| 279 |
|
exit |
| 280 |
|
fi |
| 281 |
|
fi |
| 282 |
echo " doRun='$doRun' ; ksel='$ksel' ; kUp='$kUp' ; command='$CMD'" |
echo " doRun='$doRun' ; ksel='$ksel' ; kUp='$kUp' ; command='$CMD'" |
| 283 |
|
|
| 284 |
#- set dir of Master-Proc for 3 components (coupler == rank_0): |
#- set dir of Master-Proc for 3 components (coupler == rank_0): |