No description
Find a file
2014-10-23 13:38:31 +02:00
advanced_example minor fixes in example 2014-09-29 20:25:51 +02:00
simple_example bugfix in progressDummy and simple example 2014-10-20 15:50:56 +02: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
jobmanager.py progressBarCounter seems to work now in jobmanager client 2014-10-16 22:09:04 +02:00
LICENSE copy from jobmanager bakup 2014-09-05 23:33:55 +02:00
progress.py progress with only one counter (no max_counter) seems to work now\! 2014-10-23 13:38:31 +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
test_jobmanager.py eliminated max_count variable by counting down 2014-10-22 13:54:55 +02:00
test_progress.py progress with only one counter (no max_counter) seems to work now\! 2014-10-23 13:38:31 +02:00

jobmanager

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