Skip to content

Commit dd35a46

Browse files
authored
Update README
1 parent e32478d commit dd35a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PYTHON/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ The directory contains the following files:
1212

1313
To compile the code, use CMake option -Denable_python=ON (the default) and -DBUILD_SHARED_LIBS=ON,
1414
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:
1616
MPICC=mpicc pip install mpi4py==4.0.0
1717

1818
There is one example in the directory.
1919

2020
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)
2222
To run the code, type:
2323
python pddrive.py -c 2 -r 1
2424
(The above use 2 MPIs.)

0 commit comments

Comments
 (0)