Changeset 75 for palm/trunk/SCRIPTS/mrun


Ignore:
Timestamp:
Mar 22, 2007 9:54:05 AM (17 years ago)
Author:
raasch
Message:

preliminary update for changes concerning non-cyclic boundary conditions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r74 r75  
    26882688       # NAMELIST-DATEI MIT WERTEN VON ENVIRONMENT-VARIABLEN ERZEUGEN (ZU
    26892689       # LESEN VON PALM)
     2690       # DAZU VORHER DIE "GLOBAL REVISION" VON SUBVERSION ERMITTELN, FALLS
     2691       # DIE SOURCEN UNTER SUBVERSION-KONTROLLE STEHEN
     2692    global_revision=`svnversion $source_path`
     2693    global_revision="Rev: $global_revision"
     2694
    26902695    cat  >  ENVPAR  <<  %%END%%
    26912696 &envpar  run_identifier = '$fname', host = '$localhost',
    26922697          write_binary = '$write_binary', tasks_per_node = $tasks_per_node,
    2693           maximum_cpu_time_allowed = ${cpumax}. /
     2698          maximum_cpu_time_allowed = ${cpumax}.,
     2699          revision = '$global_revision' /
    26942700
    26952701%%END%%
Note: See TracChangeset for help on using the changeset viewer.