[Swift-commit] r6929 - SwiftTutorials/CIC_2013-08-09/part06

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Wed Aug 21 18:07:10 CDT 2013


Author: wilde
Date: 2013-08-21 18:07:10 -0500 (Wed, 21 Aug 2013)
New Revision: 6929

Removed:
   SwiftTutorials/CIC_2013-08-09/part06/apps
   SwiftTutorials/CIC_2013-08-09/part06/p6.swift
   SwiftTutorials/CIC_2013-08-09/part06/sites.xml
Log:
moved

Deleted: SwiftTutorials/CIC_2013-08-09/part06/apps
===================================================================
--- SwiftTutorials/CIC_2013-08-09/part06/apps	2013-08-21 23:05:21 UTC (rev 6928)
+++ SwiftTutorials/CIC_2013-08-09/part06/apps	2013-08-21 23:07:10 UTC (rev 6929)
@@ -1,4 +0,0 @@
-localhost simulate simulate.sh
-localhost stats stats.sh
-persistent-coasters simulate simulate.sh
-persistent-coasters stats stats.sh

Deleted: SwiftTutorials/CIC_2013-08-09/part06/p6.swift
===================================================================
--- SwiftTutorials/CIC_2013-08-09/part06/p6.swift	2013-08-21 23:05:21 UTC (rev 6928)
+++ SwiftTutorials/CIC_2013-08-09/part06/p6.swift	2013-08-21 23:07:10 UTC (rev 6929)
@@ -1,27 +0,0 @@
-type file;
-
-app (file o) mysim (int steps, int values)
-{
-  simulate "--timesteps" steps "--nvalues" values stdout=@filename(o);
-}
-
-app (file o) analyze (file s[])
-{
-  stats @filenames(s) stdout=@filename(o);
-}
-
-int nsim   = @toInt(@arg("nsim","10"));
-int steps  = @toInt(@arg("steps","1"));
-int values = @toInt(@arg("values","5"));
-
-file sims[];
-
-foreach i in [0:nsim-1] {
-  file simout <single_file_mapper; file=@strcat("output/sim_",i,".out")>;
-  simout = mysim(steps,values);
-  sims[i] = simout;
-}
-
-file stats<"output/average.out">;
-stats = analyze(sims);
-

Deleted: SwiftTutorials/CIC_2013-08-09/part06/sites.xml
===================================================================
--- SwiftTutorials/CIC_2013-08-09/part06/sites.xml	2013-08-21 23:05:21 UTC (rev 6928)
+++ SwiftTutorials/CIC_2013-08-09/part06/sites.xml	2013-08-21 23:07:10 UTC (rev 6929)
@@ -1,9 +0,0 @@
-<config>
-   <pool handle="localhost">
-      <execution provider="coaster" jobmanager="local:local"/>
-      <profile namespace="karajan" key="jobThrottle">0.20</profile>
-      <profile namespace="karajan" key="initialScore">10000</profile>
-      <filesystem provider="local"/>
-      <workdirectory>{env.HOME}/work</workdirectory>
-   </pool>
-</config>




More information about the Swift-commit mailing list