Changeset 75 for palm/trunk/SCRIPTS
- Timestamp:
- Mar 22, 2007 9:54:05 AM (18 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r69 r75 1395 1395 fi # ENDE UEBERSETZUNG DER UTILITY-PROGRAMME 1396 1396 1397 rm -rf ${remote_host}_last_make_protokoll 1397 1398 1398 1399 # NUR AUF EINEM HLRN-RECHNER UEBERSETZEN -
palm/trunk/SCRIPTS/mrun
r74 r75 2688 2688 # NAMELIST-DATEI MIT WERTEN VON ENVIRONMENT-VARIABLEN ERZEUGEN (ZU 2689 2689 # 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 2690 2695 cat > ENVPAR << %%END%% 2691 2696 &envpar run_identifier = '$fname', host = '$localhost', 2692 2697 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' / 2694 2700 2695 2701 %%END%%
Note: See TracChangeset
for help on using the changeset viewer.