We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0c1e7 commit 45949c5Copy full SHA for 45949c5
testing/installPlusSource.sh
@@ -15,7 +15,9 @@ import sys ;\
15
import petsc4py ;\
16
petsc4py.init(sys.argv) ;\
17
from petsc4py import PETSc ;\
18
-print(petsc4py.__version__) ;\
+print(\"===============================\") ;\
19
+print(\"petsc4py version:\",petsc4py.__version__) ;\
20
21
"
22
python -c "$testScript"
23
0 commit comments