Searched refs:silent (Results 1 – 6 of 6) sorted by relevance
| /petsc/lib/petsc/bin/saws/ |
| H A D | getSAWs.bash | 14 curl --silent --show-error "${SAWS_HOST}:${SAWS_PORT}/SAWs/${mem}"
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_util.mk | 270 y1=`curl --connect-timeout 5 --head --silent $${url} | head -n 1`; \ 278 …l=`curl --connect-timeout 5 --head --silent $${url} | grep ocation | sed 's/.*ocation:[[:blank:]]\… 286 b=`curl --connect-timeout 5 --head --silent $${ws}$$l | head -n 1` ; \
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 702 PetscBool silent; in PetscInitializeSAWs() local 710 PetscCall(PetscOptionsGetBool(NULL, NULL, "-saws_port_auto_select_silent", &silent, NULL)); in PetscInitializeSAWs() 711 if (!silent) { in PetscInitializeSAWs()
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 2769 PetscBool silent = diffNorm != PETSC_NULLPTR ? PETSC_TRUE : PETSC_FALSE; in SNESTestJacobian() local 2789 …if (!silent) PetscCall(PetscViewerASCIIPrintf(viewer, " ---------- Testing Jacobian -------------… in SNESTestJacobian() 2790 if (!complete_print && !silent && !directionsprinted) { in SNESTestJacobian() 2794 if (!directionsprinted && !silent) { in SNESTestJacobian() 2848 …if (!silent) PetscCall(PetscViewerASCIIPrintf(viewer, " ||J - Jfd||_F/||J||_F = %g, ||J - Jfd||_F… in SNESTestJacobian() 2898 …if (!silent) PetscCall(PetscViewerASCIIPrintf(viewer, " ---------- Testing Jacobian for precondit… in SNESTestJacobian()
|
| /petsc/ |
| H A D | gmakefile.test | 38 # gmake should turn '-s', '--silent', and '--quiet' into an 's' in the first word of MAKEFLAGS
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMPlex.pyx | 2653 The verbosity, where -1 is silent and 10 is maximum. 2672 The verbosity, where -1 is silent and 10 is maximum.
|