mailr24256 - /branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py


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

Header


Content

Posted by edward on June 23, 2014 - 19:55:
Author: bugman
Date: Mon Jun 23 19:55:20 2014
New Revision: 24256

URL: http://svn.gna.org/viewcvs/relax?rev=24256&view=rev
Log:
The 'relax -v' command is now used for the dispersion model profiling script 
initial printout.

This is to show the two different relax versions being compared.


Modified:
    
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py

Modified: 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py?rev=24256&r1=24255&r2=24256&view=diff
==============================================================================
--- 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py
    (original)
+++ 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py
    Mon Jun 23 19:55:20 2014
@@ -100,7 +100,7 @@
     sys.stdout.write("\n%s relax version:  " % iter)
 
     # The command to obtain the version.
-    cmd = "cd %s; %s -c \"import version; print(version.version_full())\"" % 
(path, python)
+    cmd = "cd %s; ./relax -v" % path
     pipe = Popen(cmd, shell=True, stdin=PIPE, stdout=PIPE, stderr=PIPE, 
close_fds=False)
 
     # Close the pipe.




Related Messages


Powered by MHonArc, Updated Mon Jun 23 20:20:03 2014