Sleep in ex2?
Jed Brown
jed at 59A2.org
Wed Jul 15 09:34:57 CDT 2009
Presumably this was not intentional.
Jed
changeset: 13900:9394269f73e6
parent: 13894:5e82f56f577f
user: balay at mcs.anl.gov
date: Wed Jul 15 09:20:11 2009 -0500
summary: checkInstall() -> postInstall()
diff --git a/src/ksp/ksp/examples/tutorials/ex2.c b/src/ksp/ksp/examples/tutorials/ex2.c
--- a/src/ksp/ksp/examples/tutorials/ex2.c
+++ b/src/ksp/ksp/examples/tutorials/ex2.c
@@ -193,6 +193,7 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
ierr = KSPSolve(ksp,b,x);CHKERRQ(ierr);
+ PetscSleep(15);
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Check solution and clean up
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20090715/e71b8b8d/attachment.sig>
More information about the petsc-dev
mailing list