| 350 | } |
| 351 | |
| 352 | int MPIDistributedDevice::loadModule(const char *name) |
| 353 | { |
| 354 | return loadLocalModule(name); |
| 355 | } |
| 356 | |
| 357 | OSPImageOperation MPIDistributedDevice::newImageOp(const char *type) |
| 358 | { |
nothing calls this directly
no test coverage detected