Difference between revisions of "Application examples"

From SNIC Documentation
Jump to: navigation, search
(Generic examples)
(Swestore documentation moved)
(Tag: New redirect)
 
(13 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Generic examples ==
+
#REDIRECT[[Swestore Documentation Moved]]
 
 
<pre>&
 
(executable=run.sh)
 
(wallTime="5 minutes")
 
(stdout="stdout.txt")
 
(stderr="stderr.txt")
 
(inputFiles=("run.sh" ""))
 
(outputFiles=("/" ""))
 
</pre>
 
 
 
<pre>#!/bin/sh
 
echo "Hello, grid"
 
</pre>
 
 
 
== Octave / MATLAB examples ==
 
 
 
== SciPy / Numpy examples ==
 
 
 
== ARC Python API examples ==
 

Latest revision as of 10:20, 8 February 2023