svn+ssh://bugman@.../svn/relax/trunk
........
r27844 | tlinnet | 2015-05-27 03:09:57 +0200 (Wed, 27 May 2015) | 6 lines
Suggestion Fix 1, in multi.processor.run_queue().
This fix changes, that the amount of simulations is not chunked up before sending each chunk to a CPU.
Rather, all jobs are to be submitted after each other, and finished for themselves.
Bug #23618: (https://gna.org/bugs/index.php?23618): queuing system for multi processors is not well designed.
........
r27845 | tlinnet | 2015-05-27 03:09:59 +0200 (Wed, 27 May 2015) | 3 lines
Suggestion for fix 2, where jobs are continously replenished when other jobs are finished.
Bug #23618: (https://gna.org/bugs/index.php?23618): queuing system for multi processors is not well designed.
........