Menu

Commit [r27941]  Maximize  Restore  History

Merged revisions 24522-24524 via svnmerge from

svn+ssh://bugman@.../svn/relax/branches/frame_order_cleanup

........
r24522 | bugman | 2014-07-11 10:46:21 +0200 (Fri, 11 Jul 2014) | 12 lines

Parallelised the frame order grid search to run on clusters or multi-core systems via OpenMPI.

This involved the creation of the Frame_order_grid_command class which is the multi-processor
Slave_command for performing the grid search. This was created by duplicating the
Frame_order_minimise_command class and then differentiating both classes.

For the subdivision of the grid search, the new minfx grid.grid_split_array() function is used in
the frame order grid() API method. The grid() method no longer calls the minimise() method but
instead obtains the processor box itself and adds the subdivided grid slaves to the processor. The
relax grid_search user function takes care of the rest.
........
r24523 | bugman | 2014-07-11 12:01:20 +0200 (Fri, 11 Jul 2014) | 8 lines

Fixes for the parallelised grid search for the frame order analysis.

A chi-squared value check was added to the Frame_order_result_command.run() method to check if the
value is lower than the current when the result is returned to the master. Without this check, each
grid subdivision result will be stored as they are returned rather than storing the results from the
global minimum of the entire grid search.
........
r24524 | bugman | 2014-07-11 15:38:59 +0200 (Fri, 11 Jul 2014) | 7 lines

Added a script for testing out the parameter nesting abilities of the frame order auto-analysis.

This script attempts to find the dynamics solution without knowing where the pivot is located.
Hence this will be as in the auto-analysis were this pivot point will be used as the base for all
other models.
........

bugman 2015-10-02

copied /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/rotor/frame_order_free_start.py -> /trunk/test_suite/shared_data/frame_order/cam/rotor/frame_order_free_start.py
changed /trunk
changed /trunk/specific_analyses/frame_order/api.py
changed /trunk/specific_analyses/frame_order/optimisation.py
/trunk
Directory.
/trunk/specific_analyses/frame_order/api.py Diff Switch to side-by-side view
Loading...
/trunk/specific_analyses/frame_order/optimisation.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.