jobmanager/jobmanager
2015-01-21 15:03:46 +01:00
..
__init__.py catch persistentData import Error when sqlitedict is not there 2015-01-21 15:03:46 +01:00
clients.py made is possible to pass args and const_args as namedtuple to Integration_Clients, updated doc strings, modified kwargs update order, so args will overwrite const_args 2015-01-13 17:43:04 +01:00
decorators.py Fixed zero division error if max_count_value is zero. 2015-01-13 19:29:15 +01:00
jm_version.py Added usage/testing information. 2014-12-22 18:56:36 +01:00
jobmanager.py better error message when the number of subprocesses spawned by the client in non positive, some comments in the code 2015-01-21 14:30:54 +01:00
ode_wrapper.py removed call_back in integration_client (was bad idea because of the shared memory), added persistent data structure classes using sqlitedict in a directory manner to achieve tree like structures (will be used to implement a persistent data client), some minor changes 2015-01-06 17:51:27 +01:00
persistentData.py fixed some errors in PersistentDataStructur 2015-01-20 17:12:09 +01:00
progress.py better error message when the number of subprocesses spawned by the client in non positive, some comments in the code 2015-01-21 14:30:54 +01:00
servers.py fixed PersistentData_Server, seems to work now 2015-01-13 17:47:57 +01:00