Skip to content

Instantly share code, notes, and snippets.

@andre-merzky
Created November 21, 2019 21:24
Show Gist options
  • Save andre-merzky/ba0c0ea0df44c3e5110a81efef9f131e to your computer and use it in GitHub Desktop.
Save andre-merzky/ba0c0ea0df44c3e5110a81efef9f131e to your computer and use it in GitHub Desktop.
{
"tasks": [{
"slot": "task",
"count": {
"per_slot": 1
},
"command": [
# "/home/merzky/radical/radical.pilot.3/examples/hello_rp.sh"]
"/bin/date"]
}],
"attributes": {
"system": {
"cwd": "/home/merzky/projects/flux"
}
},
"version": 1,
"resources": [{
"count": 1,
"type" : "slot",
"label": "task",
"with": [{
"count": 1,
"type": "core"
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment