| /petsc/ |
| H A D | gmakefile | 107 $(call quiet,CLINKER) $(sl_linker_args) -o $@ @dllcmd.${PETSC_ARCH} $(PETSC_EXTERNAL_LIB_BASIC) 113 $(call quiet,CLINKER) $(sl_linker_args) -o $@ @$@.args $(PETSC_EXTERNAL_LIB_BASIC) 118 $(call quiet,CLINKER) $(sl_linker_args) -o $@ $^ $(PETSC_EXTERNAL_LIB_BASIC) 128 $(call quiet,DSYMUTIL) $@ 136 $(call quiet,AR) $(AR_FLAGS) $@ @$@.args 143 $(call quiet,AR) $(AR_FLAGS) $@ @$@.args 145 $(call quiet,RANLIB) $@ 150 $(call quiet,AR) $(AR_FLAGS) $@ $^ 151 $(call quiet,RANLIB) $@ 187 $(call quiet,DSYMUTIL) $@ [all …]
|
| H A D | gmakefile.test | 38 # gmake should turn '-s', '--silent', and '--quiet' into an 's' in the first word of MAKEFLAGS 46 quiet = @printf $(quiet_HELP)$(eval quiet_HELP:=)" %10s %s\n" "$1$2" "$@"; $($1) 49 quiet = @$($1) 53 quiet = $($1) 117 PETSC_COMPILE.c = $(call quiet,$(cc_name)) -c $(PCC_FLAGS) $($(CLANGUAGE)FLAGS) $(CCPPFLAGS) $(C_DE… 118 PETSC_COMPILE.cxx = $(call quiet,CXX) -c $(CXX_FLAGS) $(CXXFLAGS) $(CXXCPPFLAGS) $(CXX_DEPFLAGS) 119 PETSC_COMPILE.cu = $(call quiet,CUDAC) -c $(MPICXX_INCLUDES) $(CUDAC_FLAGS) $(CUDAPP_FLAGS) $(CUDAF… 120 PETSC_COMPILE.hip.cxx = $(call quiet,HIPC) -c $(MPICXX_INCLUDES) $(HIPC_FLAGS) $(HIPPP_FLAGS) $(HIP… 121 PETSC_COMPILE.sycl.cxx = $(call quiet,SYCLC) -c $(MPICXX_INCLUDES) $(SYCLC_FLAGS) $(SYCLPP_FLAGS) $… 123 PETSC_COMPILE.F = $(call quiet,FC) -c $(FC_FLAGS) $(FFLAGS) $(FCPPFLAGS) $(FC_DEPFLAGS) [all …]
|
| H A D | makefile | 324 @if ! git diff --quiet; then\ 332 @if ! git diff --quiet; then\ 349 @if ! git diff --quiet; then\ 371 @if ! git diff --quiet; then\
|
| /petsc/doc/ |
| H A D | makefile | 39 …v petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 -m pip install --quiet -r doc/requirement… 42 …v petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 -m pip install --quiet -r doc/requirement…
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | makefile.f2py | 9 F2PY_FLAGS = --quiet
|
| /petsc/src/binding/petsc4py/demo/legacy/bratu2d/ |
| H A D | makefile | 6 F2PY = f2py --quiet
|
| /petsc/src/binding/petsc4py/ |
| H A D | tox.ini | 37 {envpython} {toxinidir}/test/runtests.py --quiet --no-builddir []
|
| H A D | makefile | 89 git diff --quiet -- src/petsc4py/PETSc.pyi
|
| /petsc/src/binding/petsc4py/demo/legacy/poisson3d/ |
| H A D | makefile | 7 F2PY_FLAGS = --quiet
|
| /petsc/src/snes/tutorials/ |
| H A D | ex12.c | 48 PetscBool showInitial, showSolution, restart, quiet, nonzInit; member 422 options->quiet = PETSC_FALSE; in ProcessOptions() 447 …tscOptionsBool("-quiet", "Don't print any vecs", "ex12.c", options->quiet, &options->quiet, NULL)); in ProcessOptions() 877 if (!user.quiet) PetscCall(VecView(u, PETSC_VIEWER_STDOUT_WORLD)); in main() 885 if (!user.quiet) PetscCall(VecView(r, PETSC_VIEWER_STDOUT_WORLD)); in main() 900 if (!user.quiet) PetscCall(VecView(r, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| H A D | ex30.c | 88 PetscBool quiet, param_test, output_to_file, pv_analytic; member 842 param->quiet = PETSC_FALSE; in SetParams() 845 PetscCall(PetscOptionsHasName(NULL, NULL, "-quiet", ¶m->quiet)); in SetParams() 899 if (!param->quiet) { in ReportParams()
|
| /petsc/src/sys/objects/ |
| H A D | init.c | 430 PetscBool quiet = PETSC_FALSE; in PetscOptionsCheckInitial_Private() local 432 PetscCall(PetscOptionsGetBool(NULL, NULL, quietopt, &quiet, NULL)); in PetscOptionsCheckInitial_Private() 433 if (!quiet) { in PetscOptionsCheckInitial_Private()
|
| H A D | options.c | 3324 PetscBool found, quiet; in PetscOptionsDeprecated_Private() local 3354 quiet = PETSC_FALSE; in PetscOptionsDeprecated_Private() 3355 PetscCall(PetscOptionsGetBool(options, NULL, quietopt, &quiet, NULL)); in PetscOptionsDeprecated_Private() 3356 if (!quiet) { in PetscOptionsDeprecated_Private()
|
| /petsc/src/dm/impls/plex/generators/ctetgen/ |
| H A D | ctetgenerate.c | 133 t.quiet = 1; in DMPlexGenerate_CTetgen() 411 t.quiet = 1; in DMPlexRefine_CTetgen()
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_util.mk | 208 …@source petsc-lint-env/bin/activate && python3 -m pip install --quiet -r lib/petsc/bin/maint/petsc…
|