We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b679a7e commit 710b414Copy full SHA for 710b414
fw_tutorials/queue/qadapter_MOAB.yaml
@@ -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