Forum

Author Topic: Is it possible to change a node's capability (Any/CPU/GPU) for SUB-steps?  (Read 967 times)

jenkinsm

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
I want to set a different capability for specific nodes based on which of these functions is being performed:

MatchPhotos.detect
MatchPhotos.prematch
MatchPhotos.match

For .detect I would want the nodes that do not have a GPU to be set to "Any" because they can detect points nearly as quickly as the GPU nodes.

For .prematch and .match I need to set those nodes to "CPU" because they are way too slow compared to the GPU nodes, so the rest of the nodes complete while those take forever.

I looked thru the Python API reference and searched for "prematch" but nothing came up, which makes me think this is not currently possible.

Does anyone know if this can be done and how?

If it's not possible now, then it certainly needs to be added in order to use network processing as efficiently as possible.

Thanks!

jrjdavidson

  • Newbie
  • *
  • Posts: 15
    • View Profile
+1