META-INF.examples.basic.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ucc-core Show documentation
Show all versions of ucc-core Show documentation
UNICORE Commandline Client
The newest version!
{
"Executable": "./my_script.sh",
"Arguments": [ "--someoption", "--debug" ],
"Environment": [ "PATH=/mydir:$PATH" ],
"Imports": [
{ "From": "/local_path/my_script.sh", "To": "my_script.sh" },
],
"Resources": {
"Project": "some_project",
"Queue": "batch",
"Nodes": 2,
"Runtime": "1h",
}
}