Changeset 26 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Feb 28, 2007 10:12:20 AM (17 years ago)
Author:
raasch
Message:

mrun is using interpret_config.x for all machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r23 r26  
    109109     # 14/02/07 - Siggi  - dvrp support for neck added
    110110     # 28/02/07 - Siggi  - empty lines in configuration file are accepted
    111      #                     mrun_path replaced by PALM_BIN
     111     #                     mrun_path replaced by PALM_BIN,
     112     #                     all machines are calling interpret_config.x
    112113
    113114
     
    754755    export  interpreted_config_file=.icf.$RANDOM
    755756
    756     case  $localhost_realname  in
    757         (caurus|twister)      interpret_config.hp;;
    758         (bora|breva|elephanta|gallego|gregale|hababai|maestro|orkan|ostria)  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/muksoft/packages/intel_ifc/8.1/lib/; interpret_config_9.x;;
    759         (levanto|vorias)      export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/muksoft/packages/intel/ifort/9.1.037/lib/; interpret_config_9.x_levanto;;
    760         (quanero)             export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel_fc_80/lib; interpret_config_9.x;;
    761         (*)                   interpret_config.x;;
    762     esac
    763 
     757#    case  $localhost_realname  in
     758#        (caurus|twister)      interpret_config.hp;;
     759#        (bora|breva|elephanta|gallego|gregale|hababai|maestro|orkan|ostria)  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/muksoft/packages/intel_ifc/8.1/lib/; interpret_config_9.x;;
     760#        (levanto|vorias)      export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/muksoft/packages/intel/ifort/9.1.037/lib/; interpret_config_9.x_levanto;;
     761#        (quanero)             export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel_fc_80/lib; interpret_config_9.x;;
     762#        (*)                   interpret_config.x;;
     763#    esac
     764
     765    interpret_config.x
    764766
    765767       # AUSFUEHRUNG DER GENERIERTEN SHELL-KOMMANDOS IN DIESER SHELL
Note: See TracChangeset for help on using the changeset viewer.