Commit | Date | |
---|---|---|
[r15420]
by
bugman
The relax --debug command line option now turns the multi-processor package verbosity to 1. The default is currently 0, but the debugging flag changes this. |
2012-03-01 13:08:02 | Tree |
[r15419]
by
bugman
Created a special Verbosity singleton for controlling the multi-processor package print outs. This controls the text prepended to the output from the slaves, as well as all print outs from the This will be important for very fine grained parallelisation whereby the multi-processor is used at |
2012-03-01 12:36:46 | Tree |
[r15418]
by
bugman
Future proofed the relax codebase by replacing all ''' with """ in the docstrings. According to the Python convention PEP 257 (http://www.python.org/dev/peps/pep-0257/), it is stated |
2012-03-01 09:57:22 | Tree |
[r15417]
by
bugman
Removed the try statement in the model-free Slave_command.run() method. After testing, this appears to not be needed anyway. Exception handling is correctly performed on |
2012-03-01 09:47:34 | Tree |
[r15416]
by
bugman
Reverted r15412 as this was triggering a locking condition and no allowing the program to terminate. The command used was: ..... |
2012-03-01 09:45:50 | Tree |
2012-03-01 09:10:36 | Tree | |
2012-02-29 15:32:05 | Tree | |
2012-02-29 15:23:41 | Tree | |
[r15412]
by
bugman
Simplification and abstraction of the Slave_command.run() method. The Processor now calls the _run() method of the Slave_command base class. This is a wrapper for |
2012-02-29 15:16:59 | Tree |
[r15411]
by
bugman
Created a new module for holding miscellaneous functions used throughout the package. This includes import_module() and raise_unimplemented() functions. |
2012-02-29 13:51:27 | Tree |