[Swift-commit] r7389 - trunk/bin

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Mon Dec 9 12:53:39 CST 2013


Author: davidk
Date: 2013-12-09 12:53:39 -0600 (Mon, 09 Dec 2013)
New Revision: 7389

Modified:
   trunk/bin/swiftrun
Log:
Set runid to match run directory name


Modified: trunk/bin/swiftrun
===================================================================
--- trunk/bin/swiftrun	2013-12-09 15:07:24 UTC (rev 7388)
+++ trunk/bin/swiftrun	2013-12-09 18:53:39 UTC (rev 7389)
@@ -342,6 +342,7 @@
 @new_swift_args = ("-Dscript.dir=$run_directory/scripts");
 push(@new_swift_args, "-Drestart.log.name=$run_directory/restart.log");
 push(@new_swift_args, "-swiftoutlog=$run_directory/swift.out");
+push(@new_swift_args, "-runid " . basename($run_directory));
 
 # Write swift configuration files
 &write_sites("sites.xml") if defined( $option_siteslist ) || defined($properties{site});




More information about the Swift-commit mailing list