You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PYTHON/README
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ The directory contains the following files:
12
12
13
13
To compile the code, use CMake option -Denable_python=ON (the default) and -DBUILD_SHARED_LIBS=ON,
14
14
then type 'make python'. This will create a shared library called superlu_dist_python. In addition,
15
-
one need to install mpi4py>=4.0.0, e.g., using:
15
+
one needs to install mpi4py>=4.0.0, e.g., using:
16
16
MPICC=mpicc pip install mpi4py==4.0.0
17
17
18
18
There is one example in the directory.
19
19
20
20
1. pddrive.py:
21
-
This example will generate a random SPD matrix, perform the factorization and computes the log-determinant (and compare with log-determinant from numpy.linalg.slogdet)
21
+
This example will generate a random SPD matrix, perform the factorization and computes the log-determinant (and compare it with log-determinant from numpy.linalg.slogdet)
0 commit comments