mailr26876 - /trunk/devel_scripts/memory_leak_test_relax_fit.py


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

Header


Content

Posted by edward on November 30, 2014 - 18:38:
Author: bugman
Date: Sun Nov 30 18:38:12 2014
New Revision: 26876

URL: http://svn.gna.org/viewcvs/relax?rev=26876&view=rev
Log:
Updated the memory_leak_test_relax_fit.py development script for the C module 
changes.

This is only the docstring description which changed.


Modified:
    trunk/devel_scripts/memory_leak_test_relax_fit.py

Modified: trunk/devel_scripts/memory_leak_test_relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/memory_leak_test_relax_fit.py?rev=26876&r1=26875&r2=26876&view=diff
==============================================================================
--- trunk/devel_scripts/memory_leak_test_relax_fit.py   (original)
+++ trunk/devel_scripts/memory_leak_test_relax_fit.py   Sun Nov 30 18:38:12 
2014
@@ -2,14 +2,16 @@
 
 Run with a debugging compiled version of Python, eg:
 
-/data/python/pydebug/bin/python relax relax_fit.py
+/data/python/pydebug/bin/python relax 
devel_scripts/memory_leak_test_relax_fit.py
 
 and build the C module with:
 
 gcc -o target_functions/c_chi2.os -c 
-I/data/python/pydebug/include/python2.7/ -fPIC target_functions/c_chi2.c
 gcc -o target_functions/exponential.os -c 
-I/data/python/pydebug/include/python2.7/ -fPIC target_functions/exponential.c
+gcc -o target_functions/exponential_inv.os -c 
-I/data/python/pydebug/include/python2.7/ -fPIC 
target_functions/exponential_inv.c
+gcc -o target_functions/exponential_sat.os -c 
-I/data/python/pydebug/include/python2.7/ -fPIC 
target_functions/exponential_sat.c
 gcc -o target_functions/relax_fit.os -c 
-I/data/python/pydebug/include/python2.7/ -fPIC target_functions/relax_fit.c
-gcc -o target_functions/relax_fit.so -shared target_functions/c_chi2.os 
target_functions/exponential.os target_functions/relax_fit.os
+gcc -o target_functions/relax_fit.so -shared target_functions/c_chi2.os 
target_functions/exponential.os target_functions/exponential_inv.os 
target_functions/exponential_sat.os target_functions/relax_fit.os
 """
 
 




Related Messages


Powered by MHonArc, Updated Sun Nov 30 18:40:02 2014