|
ZOO-Project
|
service_internal_hpc.h File Reference
Go to the source code of this file.
Functions | |
| void | addNestedOutputs (service **) |
| Add nested outputs to every outputs that is geographic format. More... | |
| int | zoo_hpc_support (maps **, map *, service *, maps **, maps **) |
| Load and run a HPC Application corresponding to the service. More... | |
Function Documentation
| void addNestedOutputs | ( | service ** | s | ) |
Add nested outputs to every outputs that is geographic format.
- See also
- isGeographic
- Parameters
-
s the service current definition
| int zoo_hpc_support | ( | maps ** | main_conf, |
| map * | request, | ||
| service * | s, | ||
| maps ** | real_inputs, | ||
| maps ** | real_outputs | ||
| ) |
Load and run a HPC Application corresponding to the service.
- Parameters
-
main_conf the conf maps containing the main.cfg settings request the map containing the HTTP request s the service structure real_inputs the maps containing the inputs real_outputs the maps containing the outputs
- Returns
- SERVICE_SUCCEEDED in case of success, -1 or SERVICE_FAILED when failing.
Generated on Sat Sep 19 2026 15:00:02 for ZOO-Project by
1.8.9.1














