Changeset 224


Ignore:
Timestamp:
Jan 13, 2009 5:58:15 PM (15 years ago)
Author:
letzel
Message:
  • mbuild: re-enable compilation more than once on lcmuk (as on other machines)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r221 r224  
    101101     #                    depository, no additional file checks are done any more
    102102     #                    (version 2.1)
     103     # 13/01/09 - Marcus- re-enable compilation more than once on lcmuk (as on
     104     #                    other machines)
    103105
    104106
     
    110112 host=all
    111113 host_found=false
    112  ibm_hb_done=false
    113  lcmuk_done=false
    114114 locat=normal
    115115 makefile=""
     
    463463    netcdf_inc=""
    464464    netcdf_lib=""
    465 
    466        # AUF HLRN-RECHNER NUR EINMAL UEBERSETZEN
    467     if [[ $remote_host = ibmb  ||  $remote_host = ibmh ]]
    468     then
    469        if [[ $ibm_hb_done = true ]]
    470        then
    471           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           continue
    474        fi
    475     fi
    476 
    477        # AUF LCMUK-RECHNER NUR EINMAL UEBERSETZEN
    478     if [[ $remote_host = lcmuk ]]
    479     then
    480        if [[ $lcmuk_done = true ]]
    481        then
    482           printf "\n *** local host \"$remote_host\" skipped since compilation has already"
    483           printf "\n     been carried out on this host\n"
    484           continue
    485        fi
    486     fi
    487 
    488465
    489466       # IP-ADRESSE DES REMOTE-RECHNERS BESTIMMEN
     
    12731250          rm -rf  ${remote_host}_last_make_protokoll
    12741251
    1275              # NUR AUF EINEM HLRN-RECHNER UEBERSETZEN
    1276           [[ $remote_host = ibmb  ||  $remote_host = ibmh ]]  &&  ibm_hb_done=true
    1277 
    12781252       else
    12791253
     
    13501324          fi
    13511325
    1352 
    1353              # NUR EINMAL AUF LCMUK UEBERSETZEN
    1354           [[ $remote_host = lcmuk ]]  &&  lcmuk_done=true
    1355 
    13561326       fi
    13571327
Note: See TracChangeset for help on using the changeset viewer.