Searched refs:perror (Results 1 – 4 of 4) sorted by relevance
121 perror("Unable to malloc shared memory"); in PetscSharedMalloc()127 perror("Unable to malloc shared memory"); in PetscSharedMalloc()133 perror("Unable to access shared memory allocated"); in PetscSharedMalloc()
292 perror("Unable to start debugger"); in PetscAttachDebugger()305 perror("Unable to start debugger"); in PetscAttachDebugger()318 perror("Unable to start debugger"); in PetscAttachDebugger()333 perror("Unable to start debugger"); in PetscAttachDebugger()425 perror("Unable to start debugger in xterm"); in PetscAttachDebugger()431 perror("Unable to start debugger"); in PetscAttachDebugger()
109 perror("SEND: error gethostbyname: "); in PetscOpenSocket()119 perror("SEND: error socket"); in PetscOpenSocket()134 perror(NULL); in PetscOpenSocket()154 perror(NULL); in PetscOpenSocket()
818 PetscReal perror = 0.0; in MonitorParticleError() local823 for (d = 0; d < dim; ++d) perror += PetscSqr(PetscRealPart(x[d] - xp[p * dim + d])); in MonitorParticleError()824 error += perror; in MonitorParticleError()