We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93cf02 commit 084a030Copy full SHA for 084a030
examples/basic/nas.py
@@ -0,0 +1,7 @@
1
+from pbs4py import PBS
2
+
3
+group = 'a1234' # replace your charge number here
4
+nas = PBS.nas(group, proc_type='bro', queue_name='devel', time=2)
5
+commands = [nas.create_mpi_command('nodet_mpi', 'debug')]
6
+nas.requested_number_of_nodes = 4
7
+nas.write_job_file('devel.pbs', 'debug', commands)
0 commit comments