Closed ninjajoe9 closed 3 years ago
Need a way to find resource type names.
Need a tool that can: find_node_with(ram>32, GPU.any, ConnectX6=>2)
Need a "test_topology" function that provides very useful feedback.
Topology validation will be taken care of in #57 . Other portions of this ticket have, I think, been addressed.
While playing with the adding components to a node I discovered (unsurprisingly) you had to match the name of the component exactly. It took me an embarrassingly long time to figure out 'Tesla_T4' and 'TeslaT4' could not be substituted for 'Tesla T4'. Perhaps in one of the user guides include a note that spaces are fine when assigning components.