Commit | Date | |
---|---|---|
[r24518]
by
bugman
Reverted r24495 as this is rubbish. The pivot point needs to be initially guessed to centre the grid search for the pivot to a The command used was: ..... |
2014-07-11 07:07:01 | Tree |
[r24517]
by
bugman
Parallelised the frame order optimisation code to run on clusters or multi-core systems via OpenMPI. The optimisation code has been split into the three standard parts of the multi-processor: - Frame_order_memo is the new Memo object used to store data on the master for use when data is - Frame_order_minimise_command is the Slave_command which stored all required data for the - Frame_order_result_command is the Result_command initialised by the Slave_command on the slave for To avoid pickling the target function class, which is not possible, the store_bc_data() and This parallelisation currently only allows the Monte Carlo simulations to be run on slave |
2014-07-10 17:04:37 | Tree |
[r24516]
by
bugman
Constraints are now properly turned off in the minimise user function for the frame order analysis. The A and b matrices from linear_constraints() are now set to None if they are returned as empty |
2014-07-10 16:27:10 | Tree |
[r24515]
by
bugman
Turned on the optimisation flag for the Frame_order.test_cam_free_rotor system test. This is to activate code paths currently not tested by the test suite. |
2014-07-10 16:13:09 | Tree |
[r24514]
by
bugman
Changed the minimisation in the frame order system tests where optimisation is activated. The number of iterations is now set to 1 for speed testing, and the constraints are turned on. |
2014-07-10 16:12:07 | Tree |
[r24513]
by
bugman
Merged revisions 24511 via svnmerge from ........ |
2014-07-10 14:02:58 | Tree |
[r24512]
by
bugman
Merged revisions 24511 via svnmerge from ........ |
2014-07-10 14:02:50 | Tree |
[r24511]
by
bugman
Fix for the relaxation dispersion analysis Monte Carlo simulation printouts on clusters. The multi-processor code was calling the print() function from the Slave_command.run() method, |
2014-07-10 14:02:25 | Tree |
[r24510]
by
bugman
Removal of many unused imports in the disp_spin_speed branch. These were detected using the devel_scripts/find_unused_imports.py script which uses pylint to find |
2014-07-10 10:04:53 | Tree |
[r24509]
by
bugman
Removal of many unused imports in the frame_order_cleanup branch. These were detected using the devel_scripts/find_unused_imports.py script which uses pylint to find |
2014-07-10 09:43:53 | Tree |