No description
Find a file
2014-12-04 19:42:49 -02:00
advanced_example - Added Python2 support (all examples run through now) 2014-10-28 10:12:58 +01:00
simple_example - Added Python2 support (all examples run through now) 2014-10-28 10:12:58 +01:00
.gitignore added example for job manager, ignore *.trb 2014-09-10 13:45:17 +02:00
__init__.py minor changes on jobmanager: added hashable dict and numpy.array to 2014-09-15 17:58:51 +02:00
clients.py fixed error in FuntionCall_Client -> must not pop 'f' away 2014-12-04 19:42:49 -02:00
jobmanager.py fixed bug in jobmanager show_statistics 2014-12-04 17:48:23 -02:00
LICENSE copy from jobmanager bakup 2014-09-05 23:33:55 +02:00
ode_wrapper.py allow for only saving part of the integration vector over time 2014-12-03 15:16:03 -02:00
progress.py fill rest of the line in progressCounter with space characers 2014-12-03 15:53:50 -02:00
README.md copy from jobmanager bakup 2014-09-05 23:33:55 +02:00
server_client_communication.pdf work in progess, added context manager for Server Class, need continue working at test_check_fail 2014-09-12 16:23:26 +02:00
servers.py just like clients.py, this file should have some preconfigured servers. Added sqldict behavior to store data 2014-12-04 17:39:07 -02:00
test_clients.py added clients module which is supposed to hold specific subclasses on the JobManager_Client. So far added complex and real ODE integration clients 2014-10-29 11:31:54 +01:00
test_jobmanager.py tested with python 3, minor bugfix in test_client_status 2014-10-28 12:23:43 +01:00
test_progress.py add progress state to queue only when count value has changed 2014-11-24 18:12:01 -02:00

jobmanager

easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism