changeset 0:a015252417ed draft

Uploaded
author ketan
date Tue, 15 Oct 2013 16:16:43 -0400
parents
children 7aa6ee21028c
files helloswift.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/helloswift.xml	Tue Oct 15 16:16:43 2013 -0400
@@ -0,0 +1,18 @@
+<tool id="catsn" name="Swift hello">
+  <description>A Swift tool to run hello world</description>
+  
+  <command interpreter="bash">
+  swift-hello "$site" "$n" "$html_file.files_path" "$log_file" "$html_file"
+  </command>
+  <inputs>
+    <param name="site" type="select" label="Execution Location">
+       <option value="localhost">Localhost</option>
+       <option value="cluster">Cluster</option>
+    </param>
+    <param name="n" type="text" value="2" label="Number of tasks to run "/>
+  </inputs>
+  <outputs>
+     <data format="txt" name="log_file" type="data" label="Swift output" />
+     <data format="html" name="html_file" label="catsnoutput.html" />
+  </outputs>
+</tool>