LAE

 View Only
  • 1.  Node Prioritization

    Posted 12-17-2020 13:14

    Is there a way to set the priority of nodes for execution in the event there are more nodes to execute than there are threads available?  This is for both Lavastorm and D360.  An example would be when I kick off a graph, there are 40 nodes that can execute, but there are only 10 threads available for execution.  Is there a way to force certain nodes to execute within the group of 40 nodes over others?  I am not talking about execution dependency here, so the clock approach won’t work.



  • 2.  RE: Node Prioritization

    Employee
    Posted 12-18-2020 03:03

    Unfirtunately, no, there is no way to set the prioritization of nodes that are enabled and ready to run, other than to use clocks/ run dependencies.

    It would be interesting to understand why you would like to do this.