Skip to content

Commit

Permalink
added .adolcrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
b45ch1 committed Nov 17, 2010
1 parent 2ab01af commit 51fc34e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .adolcrc
@@ -0,0 +1,4 @@
"OBUFSIZE" "33554432"
"LBUFSIZE" "33554432"
"VBUFSIZE" "33554432"
"TBUFSIZE" "33554432"
6 changes: 3 additions & 3 deletions tests/speed_comparison_PyADOLC_ADOLC/SConstruct
@@ -1,5 +1,5 @@
adolc_include_path = '/home/basti/workspace/adolc-2.0.0'
adolc_library_path = '/home/basti/workspace/adolc-2.0.0/adolc/.libs'
adolc_include_path = '/home/b45ch1/workspace/ADOL-C/trunk/ADOL-C'
adolc_library_path = '/home/b45ch1/workspace/ADOL-C/trunk/ADOL-C/adolc/.libs'

LIBS = ['adolc',
]
Expand All @@ -8,7 +8,7 @@ LIBPATH = [
]
INCLUDEPATH = [
adolc_include_path,
'/usr/include/python2.5'
# '/usr/include/python2.5'
]


Expand Down
Expand Up @@ -2,7 +2,7 @@
from Scientific.Functions.Derivatives import DerivVar
from adolc import *
from time import time
N = 10
N = 40
A = diag([i+1 for i in range(N)])

def f(x):
Expand Down

0 comments on commit 51fc34e

Please sign in to comment.