PetscSleep
Sleeps some number of seconds.
Synopsis
#include "petsc.h"
int PetscSleep(int s)
Not Collective
Input Parameters
s -number of seconds to sleep
Notes
If s is negative waits for keyboard input
Keywords
sleep, wait
Examples
src/sys/examples/tutorials/ex3f.F
src/sys/examples/tutorials/ex3.c
Level:intermediate
Location:src/sys/src/utils/psleep.c
System Index
Table of Contents