Transferring Programs
[
Executable = "program";
StdInput = "std.in";
StdOutput = "std.out";
StdError = "std.err";
InputSandbox = {"/dir/program", "/dir0/std.in",
"/dir1/infile1", "/dir2/infile2"};
OutputSandbox = {"std.out", "std.err",
"outfile1", "outfile2"};
...
]
A job executing program in the sandbox directory.
- InputSandbox: also absolute path of program file is included.
- Also the program file is copied to the sandbox.
- The program is invoked without directory path as
program.
Program is transferred the CE, but the CE must be also able to execute it.
|