Skip to content

Commit d1c7f3a

Browse files
authored
Update pddrive.py
1 parent dd35a46 commit d1c7f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PYTHON/pddrive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
####################################################################################################
2323
####################################################################################################
2424
####################### create the matrix
25-
INT64 = 1 # whether to use 64bit integer (requring superlu_dist to be compiled with 64-bit indexing)
25+
INT64 = 0 # whether to use 64bit integer (requring superlu_dist to be compiled with 64-bit indexing)
2626
rng = np.random.default_rng()
2727
n = 1000
2828
nrhs = 1

0 commit comments

Comments
 (0)