Application examples

From SNIC Documentation
Revision as of 16:32, 11 October 2011 by Jonas Lindemann (LUNARC) (talk | contribs) (Generic examples)
Jump to: navigation, search

Generic examples

&
(executable=run.sh)
(wallTime="5 minutes")
(stdout="stdout.txt")
(stderr="stderr.txt")
(inputFiles=("run.sh" ""))
(outputFiles=("/" ""))
#!/bin/sh
echo "Hello, grid"

Octave / MATLAB examples

SciPy / Numpy examples

ARC Python API examples