0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Nov 03, 2024 — Nov 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
retab with spaces, copyright updates More... about 22 years ago
handle variables that may not be there during a job upgrade More... about 22 years ago
tons of changes to get config and doc files correctly added in rpms as well as regular installations make sure to not build the scripts unless we really need them make config files for rpms be noreplace to help with version upgrades More... about 22 years ago
remove doc and config files, as these are now (finallycdiff setup.cfg ) taken care of in setup.py More... about 22 years ago
split clubmask.conf into 2 files to make version upgrades easier More... about 22 years ago
*** empty log message *** More... about 22 years ago
add Idle job updates More... about 22 years ago
fix cmsubmit -h style consistency add support for updating an existing job reduce number of variables in main add processors per node to info printed in summarize print groupname not gid in summarize More... about 22 years ago
fix missing sys import More... about 22 years ago
cleanup module docstring More... about 22 years ago
add support for resource requests, as well as OS, arch, network, features, qos More... about 22 years ago
add supermon_state to daemons started get newlien after 'Starting Clubmask' More... about 22 years ago
use PyString_FromSexpr More... about 22 years ago
add PyString_FromSexpr add a few more messages that we know about More... about 22 years ago
use a do {} while(0) for the #define macros to make them call nicely anywhere add PyString_FromSexpr declaration More... about 22 years ago
use message callbacks to make sure that we are not repeatedly trying to revive nodes without waiting for either the node to come back up, or a 'node died' message to surface. This keeps at most 1 R command in the pipeline at once, so we are not piggy backing R requests More... about 22 years ago
do not revive nodes, supermon_state takes care of that More... about 22 years ago
add callback handle for messages -- lets our caller handle messages that may come in More... about 22 years ago
do not try to revive nodes -- supermon_state does that now More... about 22 years ago
remove find nodes and dynamic data. find_nodes is now done via the regular supermon method, as supermon_state takes care of finding nodes with regards to bproc dynamic_data was the same as SupermonInterface More... about 22 years ago
remove old restartdaemons, replace with resource and translate More... about 22 years ago
make sure to init_data at __init__ to get the categories set More... about 22 years ago
add a poll interval for the supermon state daemon More... about 22 years ago
add new daemon that just handles the state of nodes in supermon More... about 22 years ago
fix imports -- they are local to us add add_nodes and revive methods, as they are 'data' commands fix postponed_categories to actually get run when a new pcont is gathered More... about 22 years ago
this does not get done here -- now in SupermonState More... about 22 years ago
make the logging a bit more sane by using a higher level More... about 22 years ago
oops -- got a little carried away with the replacing, make sure we use the name when we need it More... about 22 years ago
add restart supermon command to init script More... about 22 years ago
remove database log, add logs for node and supermon More... about 22 years ago