Sleep in ex2?

Satish Balay balay at mcs.anl.gov
Wed Jul 15 09:48:13 CDT 2009


yeah - my mistake.. reverting..

satish

On Wed, 15 Jul 2009, Jed Brown wrote:

> 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
> 
> 
> 




More information about the petsc-dev mailing list