Skip to content

Commit 3905a96

Browse files
committed
fix CPU parallel tests
1 parent 75647ae commit 3905a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parallel_solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def run_forward(dimension, density, language, dtype):
4747

4848
cc = 'clang'
4949
else:
50-
cflags = '-O3'
50+
cflags = '-O3 -fPIC'
5151
cc = 'gcc'
5252

5353
compiler = Compiler(

0 commit comments

Comments
 (0)