1qadapters:
2    # List of qadapters objects
3    - priority: 1
4      queue:
5        qtype: shell
6        qname: localhost
7      job:
8        mpi_runner: None
9        # source a script to setup the environment.
10        #pre_run: "source ~/env.sh"
11      limits:
12        timelimit: 1:00:00
13        max_cores: 1
14      hardware:
15         num_nodes: 1
16         sockets_per_node: 1
17         cores_per_socket: 2
18         mem_per_node: 4 Gb
19