mailr24530 - /branches/frame_order_cleanup/specific_analyses/frame_order/api.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 - 16:48:
Author: bugman
Date: Fri Jul 11 16:48:43 2014
New Revision: 24530

URL: http://svn.gna.org/viewcvs/relax?rev=24530&view=rev
Log:
Sent the verbosity argument to the minfx.grid.grid_split() function for the 
frame order analysis.
  
This matches the relax trunk changes for the model-free analysis.  The minfx 
function in the next
release (1.0.8) will now be more verbose, so this will help with user 
feedback when running the
model-free analysis on a cluster or multi-core system using MPI.


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

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=24530&r1=24529&r2=24530&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/api.py   
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/api.py   Fri 
Jul 11 16:48:43 2014
@@ -518,7 +518,7 @@
 
         # Loop over each grid subdivision, with all points violating 
constraints being eliminated.
         verbosity_init = True
-        for subdivision in 
grid_split_array(divisions=processor.processor_size(), points=pts, A=A, b=b):
+        for subdivision in 
grid_split_array(divisions=processor.processor_size(), points=pts, A=A, b=b, 
verbosity=verbosity):
             # Set up the memo for storage on the master.
             memo = Frame_order_memo(sim_index=sim_index, scaling=True, 
scaling_matrix=scaling_matrix)
 




Related Messages


Powered by MHonArc, Updated Fri Jul 11 17:40:02 2014