Fair Share
rc = ll_config_changed()
rc = ll_read_config()
The LoadLeveler Configuration API via PyLoadL has the following functions
rc = ll_config_changed()
rc = ll_read_config()
This routine shows if the config files have changed since they where last read.
- Returns:
- 0 - The files have not changed
- 1 - A configuration file has changed
Tells LoadLeveler to read or reread the configuration files.
- Returns:
- 0 - The configuration files were read.
- 1 - There was an error, use ll_error.
|