No description
Find a file
2014-11-21 10:27:27 -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 minor 2014-11-20 16:26:27 -02:00
jobmanager.py minor enhancments 2014-11-06 10:04:59 +01:00
LICENSE copy from jobmanager bakup 2014-09-05 23:33:55 +02:00
ode_wrapper.py added Dummy_c to run intgeration without progress 2014-11-21 10:27:27 -02:00
progress.py - Added Python2 support (all examples run through now) 2014-10-28 10:12:58 +01: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_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 tested with python 3, minor bugfix in test_client_status 2014-10-28 12:23:43 +01:00

jobmanager

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