Changeset 224 for palm/trunk
- Timestamp:
- Jan 13, 2009 5:58:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r221 r224 101 101 # depository, no additional file checks are done any more 102 102 # (version 2.1) 103 # 13/01/09 - Marcus- re-enable compilation more than once on lcmuk (as on 104 # other machines) 103 105 104 106 … … 110 112 host=all 111 113 host_found=false 112 ibm_hb_done=false113 lcmuk_done=false114 114 locat=normal 115 115 makefile="" … … 463 463 netcdf_inc="" 464 464 netcdf_lib="" 465 466 # AUF HLRN-RECHNER NUR EINMAL UEBERSETZEN467 if [[ $remote_host = ibmb || $remote_host = ibmh ]]468 then469 if [[ $ibm_hb_done = true ]]470 then471 printf "\n *** remote host \"$remote_host\" skipped since compilation has already"472 printf "\n been carried out on one of the HLRN machines\n"473 continue474 fi475 fi476 477 # AUF LCMUK-RECHNER NUR EINMAL UEBERSETZEN478 if [[ $remote_host = lcmuk ]]479 then480 if [[ $lcmuk_done = true ]]481 then482 printf "\n *** local host \"$remote_host\" skipped since compilation has already"483 printf "\n been carried out on this host\n"484 continue485 fi486 fi487 488 465 489 466 # IP-ADRESSE DES REMOTE-RECHNERS BESTIMMEN … … 1273 1250 rm -rf ${remote_host}_last_make_protokoll 1274 1251 1275 # NUR AUF EINEM HLRN-RECHNER UEBERSETZEN1276 [[ $remote_host = ibmb || $remote_host = ibmh ]] && ibm_hb_done=true1277 1278 1252 else 1279 1253 … … 1350 1324 fi 1351 1325 1352 1353 # NUR EINMAL AUF LCMUK UEBERSETZEN1354 [[ $remote_host = lcmuk ]] && lcmuk_done=true1355 1356 1326 fi 1357 1327
Note: See TracChangeset
for help on using the changeset viewer.