Searched refs:node_type (Results 1 - 5 of 5) sorted by relevance

/gem5/util/pbs/
H A Dsend.py117 node_type = 'FAST' variable
145 node_type = arg variable
268 qsub.node_type = node_type
H A Dpbs.py99 self.node_type = None
137 if self.node_type:
138 self.cmd.append('-lnodes=' + self.node_type)
/gem5/util/batch/
H A Dbatch.py166 self.node_type = None
204 if self.node_type:
205 self.cmd.append('-lnodes=' + self.node_type)
H A Dsend.py116 node_type = 'FAST' variable
144 node_type = arg variable
278 #qsub.node_type = node_type
/gem5/src/python/m5/util/
H A Ddot_writer.py241 node_type = get_node_type(simNode)
250 if node_type == parent_type:
263 node_colour = get_type_colour(node_type)

Completed in 9 milliseconds