[Swift-commit] r8339 - SwiftApps/dsp-swift

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Fri Dec 12 09:18:17 CST 2014


Author: ketan
Date: 2014-12-12 09:18:17 -0600 (Fri, 12 Dec 2014)
New Revision: 8339

Modified:
   SwiftApps/dsp-swift/swiftjumpdsp.xml
Log:
default values

Modified: SwiftApps/dsp-swift/swiftjumpdsp.xml
===================================================================
--- SwiftApps/dsp-swift/swiftjumpdsp.xml	2014-12-12 14:57:36 UTC (rev 8338)
+++ SwiftApps/dsp-swift/swiftjumpdsp.xml	2014-12-12 15:18:17 UTC (rev 8339)
@@ -22,16 +22,16 @@
         "${outlist}"
     </command>
     <inputs>
-        <param name="inlocation" size="60" type="text" label="inlocation" help="Enter the path of the directory containing input data, eg. /home/ketan/farmer" />
-        <param name="a" size="30" type="text" label="aval" help="Enter the value of a"/>
-        <param name="n" size="30" type="text" label="nval" help="Enter the value of n"/>
-        <param name="p" size="30" type="text" label="pval" help="Enter the value of p"/>
-        <param name="I" size="30" type="text" label="Ival" help="Enter the value of I"/>
+        <param name="inlocation" size="60" type="text" label="inlocation" value="/home/ketan/SwiftApps/dsp-swift/dcap" help="Enter the path of the directory containing input data, eg. /home/ketan/farmer" />
+        <param name="a" size="30" type="text" label="aval" value="1" help="Enter the value of a" />
+        <param name="n" size="30" type="text" label="nval" value="1" help="Enter the value of n" />
+        <param name="p" size="30" type="text" label="pval" value="1" help="Enter the value of p" />
+        <param name="I" size="30" type="text" label="Ival" value="10" help="Enter the value of I" />
         <param name="local_or_compute" type="select" display="radio" label="choose target execution location">
            <option value="local" selected="true">local</option>
            <option value="compute">compute</option>
         </param>
-        <param name="resloc" size="60" type="text" label="Location for results" help="Enter the path to a directory to put results in, eg. /tmp/outdir"/>
+        <param name="resloc" size="60" type="text" label="Location for results" value="/tmp/outdir"  help="Enter the path to a directory to put results in, eg. /tmp/outdir"/>
     </inputs>
     <outputs>
         <data format="txt" name="outlist" type="data" label="Output List" />
@@ -39,7 +39,11 @@
 <help>
 **What it does**
 
-This is a tool to run dsp via Swift in parallel over files provided by user.
+Run dsp via Swift in parallel over files provided by user.
+The files are chosen from the user provided path. It currently works on LCRC
+Blues login and compute nodes. The tool accepts various dsp parameters as
+input. User can specify the desired location to put the output files.If the
+directory of this location does not exist, it will be created. 
 
 More description to come.
 </help>




More information about the Swift-commit mailing list