mailr24532 - in /branches/frame_order_cleanup/specific_analyses/frame_order: api.py optimisation.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 11, 2014 - 17:47:
Author: bugman
Date: Fri Jul 11 17:47:01 2014
New Revision: 24532

URL: http://svn.gna.org/viewcvs/relax?rev=24532&view=rev
Log:
Moved the setup of the target function data structures in the frame order 
analysis.

This is for the grid_search and minimise user functions.  The target function 
data setup function
has been renamed to target_fn_data_setup().  This is now called before the 
Frame_order_grid_command
and Frame_order_minimise_command multi-processor objects are initialised, and 
all of the data is now
passed into these functions.  Although the code is uglier, this has the 
benefit that the
target_fn_data_setup() function will only be called once.  This data setup 
requires a lot of time,
so for a large cluster, this can be a large time saving for the grid search.


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/api.py
    branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/api.py?rev=24532&r1=24531&r2=24532&view=diff

Modified: 
branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py?rev=24532&r1=24531&r2=24532&view=diff




Related Messages


Powered by MHonArc, Updated Mon Jul 14 12:20:03 2014