mailr26888 - /branches/relax_fit_c_class/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 December 02, 2014 - 12:07:
Author: bugman
Date: Tue Dec  2 12:07:42 2014
New Revision: 26888

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

This is only for the docstring.


Modified:
    branches/relax_fit_c_class/devel_scripts/memory_leak_test_relax_fit.py

Modified: 
branches/relax_fit_c_class/devel_scripts/memory_leak_test_relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_fit_c_class/devel_scripts/memory_leak_test_relax_fit.py?rev=26888&r1=26887&r2=26888&view=diff
==============================================================================
--- branches/relax_fit_c_class/devel_scripts/memory_leak_test_relax_fit.py    
  (original)
+++ branches/relax_fit_c_class/devel_scripts/memory_leak_test_relax_fit.py    
  Tue Dec  2 12:07:42 2014
@@ -6,11 +6,11 @@
 
 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/c_chi2.os -c 
-I/data/python/pydebug/include/python2.7/ 
-I/data/python/pydebug/lib/python2.7/site-packages/numpy/core/include 
-I/data/python/pydebug/lib/python2.7/site-packages/numpy/numarray/include 
-fPIC target_functions/c_chi2.c
+gcc -o target_functions/exponential.os -c 
-I/data/python/pydebug/include/python2.7 
-I/data/python/pydebug/lib/python2.7/site-packages/numpy/core/include 
-I/data/python/pydebug/lib/python2.7/site-packages/numpy/numarray/include/ 
-fPIC target_functions/exponential.c
+gcc -o target_functions/exponential_inv.os -c 
-I/data/python/pydebug/include/python2.7/ 
-I/data/python/pydebug/lib/python2.7/site-packages/numpy/core/include 
-I/data/python/pydebug/lib/python2.7/site-packages/numpy/numarray/include 
-fPIC target_functions/exponential_inv.c
+gcc -o target_functions/exponential_sat.os -c 
-I/data/python/pydebug/include/python2.7/ 
-I/data/python/pydebug/lib/python2.7/site-packages/numpy/core/include 
-I/data/python/pydebug/lib/python2.7/site-packages/numpy/numarray/include 
-fPIC target_functions/exponential_sat.c
+gcc -o target_functions/relax_fit.os -c 
-I/data/python/pydebug/include/python2.7/ 
-I/data/python/pydebug/lib/python2.7/site-packages/numpy/core/include 
-I/data/python/pydebug/lib/python2.7/site-packages/numpy/numarray/include 
-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/exponential_inv.os 
target_functions/exponential_sat.os target_functions/relax_fit.os
 """
 




Related Messages


Powered by MHonArc, Updated Tue Dec 02 12:20:01 2014