Skip to content

Commit

Permalink
add machine for workflow examples
Browse files Browse the repository at this point in the history
  • Loading branch information
xjf729 committed Sep 9, 2020
1 parent e1a3c2f commit b096592
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion workflow/example/energy/energy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"workflow": "EnergySingleWorkChain",
"webhook": "https://oapi.dingtalk.com/robot/send?access_token=xxx",
"resdir": "results_json",
"structure": "Cu13CO.vasp"
"structure": "Cu13CO.vasp",
"metadata": {
"machine": {
"code@computer": "cp2k@aiida_test",
"nnode": 1,
"walltime": 6000,
"queue": "tutorial"
}
}
}
4 changes: 4 additions & 0 deletions workflow/example/geoopt/geoopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ cell:
pbc: false
metadata:
config: config.yaml
machine:
code@computer: cp2k@aiida_test
nnode: 1
queue: tutorial
kind_section:
H:
BASIS_SET: DZVP-MOLOPT-SR-GTH
Expand Down

0 comments on commit b096592

Please sign in to comment.