Skip to content

Commit 710b414

Browse files
committed
add template for queueadapter MOAB
1 parent b679a7e commit 710b414

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

fw_tutorials/queue/qadapter_MOAB.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
_fw_name: CommonAdapter
2+
_fw_q_type: MOAB
3+
rocket_launch: rlaunch -w path/to/my_fworker.yaml -l path/to/my_launchpad.yaml singleshot
4+
nodes: 1
5+
ppn: 16
6+
walltime: '1:00:00'
7+
queue: null
8+
account: null
9+
job_name: null
10+
logdir: path/to/logging
11+
pre_rocket: null
12+
post_rocket: null
13+
14+
# You can override commands by uncommenting and changing the following lines:
15+
# _q_commands_override:
16+
# submit_cmd: my_qsubmit
17+
# status_cmd: my_qstatus
18+
19+
#You can also supply your own template by uncommenting and changing the following line:
20+
#template_file: /full/path/to/template

0 commit comments

Comments
 (0)