Changeset 823 for palm/trunk


Ignore:
Timestamp:
Feb 16, 2012 12:21:53 PM (12 years ago)
Author:
maronga
Message:

bugfix for namelist file check (mrun)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r821 r823  
    245245     #            Farah    queue for lcsgi to testq, since bigq is not
    246246     #                     available on ice1
     247     # 16/02/12 - BjornM - bugfix: replaced $localhost by $host in the ENVPAR
     248     #                     file, which is generated for the namelist file check
    247249 
    248250    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
     
    26122614#   CREATE ENVPAR FILE, WHICH IS NEEDED BY CHECK_NAMELIST_FILES.X
    26132615    cat  >  ENVPAR  <<  %%END%%
    2614  &envpar  run_identifier = '$fname', host = '$localhost',
     2616 &envpar  run_identifier = '$fname', host = '$host',
    26152617            write_binary = '$write_binary', tasks_per_node = $tasks_per_node,
    26162618            maximum_parallel_io_streams = $maximum_parallel_io_streams,
Note: See TracChangeset for help on using the changeset viewer.