Check whether or not the names in a set of executables are unique
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(executable_config_t), | intent(in) | :: | executable(:) |
Array of executables |
||
type(error_t), | intent(out), | allocatable | :: | error |
Error handling |
Check whether or not the names in a set of executables are unique
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(executable_config_t), | intent(in) | :: | executable_i(:) |
Array of executables |
||
class(executable_config_t), | intent(in) | :: | executable_j(:) |
Array of executables |
||
type(error_t), | intent(out), | allocatable | :: | error |
Error handling |