Skip to content

FIBS is a file-based scheduler. Developed to squeeze a heap of ancient computers into a computing cluster.

License

Notifications You must be signed in to change notification settings

hfichtenberger/fibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

README

FIBS is a simple, self-contained job scheduler that uses a common file system (like a network share) as communication channel between scheduler and workers. It's main purpose is to distribute algorithmic experiments to machines, run them locally and collect the results. The integrated help system fibs.py -h provides a reference manual and includes a walk through that can be accessed by fibs.py help.

FIBS is written to be run with Python 2.6+. In theory, Python 2.5- should also work if argparse.py is available but this is not thoroughly tested. Since this tool was develop for an ancient environment, Python 3 is not supported. However, it should not be hard to migrate it.

About

FIBS is a file-based scheduler. Developed to squeeze a heap of ancient computers into a computing cluster.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages