Lines Matching refs:PetscOptionsGetBool

251   PetscCall(PetscOptionsGetBool(NULL, NULL, "-checkstack", &checkstack, NULL));  in PetscOptionsCheckInitial_Private()
254 PetscCall(PetscOptionsGetBool(NULL, NULL, "-checkfunctionlist", &PetscPrintFunctionList, NULL)); in PetscOptionsCheckInitial_Private()
273 PetscCall(PetscOptionsGetBool(NULL, NULL, "-malloc_debug", &flg2, &flg3)); in PetscOptionsCheckInitial_Private()
284 PetscCall(PetscOptionsGetBool(NULL, NULL, "-malloc_requested_size", &flg1, &flg2)); in PetscOptionsCheckInitial_Private()
290 PetscCall(PetscOptionsGetBool(NULL, NULL, "-malloc_dump", &mdebug, NULL)); in PetscOptionsCheckInitial_Private()
291 PetscCall(PetscOptionsGetBool(NULL, NULL, "-log_view_memory", &mdebug, NULL)); in PetscOptionsCheckInitial_Private()
298 PetscCall(PetscOptionsGetBool(NULL, NULL, "-log_view_memory", &PetscLogMemory, NULL)); in PetscOptionsCheckInitial_Private()
301 PetscCall(PetscOptionsGetBool(NULL, NULL, "-malloc_coalesce", &flg1, &flg2)); in PetscOptionsCheckInitial_Private()
304 PetscCall(PetscOptionsGetBool(NULL, NULL, "-malloc_hbw", &flg1, NULL)); in PetscOptionsCheckInitial_Private()
309 PetscCall(PetscOptionsGetBool(NULL, NULL, "-memory_view", &flg1, NULL)); in PetscOptionsCheckInitial_Private()
369 PetscCall(PetscOptionsGetBool(NULL, NULL, "-on_error_abort", &flg1, NULL)); in PetscOptionsCheckInitial_Private()
375 PetscCall(PetscOptionsGetBool(NULL, NULL, "-on_error_mpiabort", &flg1, NULL)); in PetscOptionsCheckInitial_Private()
378 PetscCall(PetscOptionsGetBool(NULL, NULL, "-mpi_return_on_error", &flg1, NULL)); in PetscOptionsCheckInitial_Private()
381 PetscCall(PetscOptionsGetBool(NULL, NULL, "-no_signal_handler", &flg1, NULL)); in PetscOptionsCheckInitial_Private()
432 PetscCall(PetscOptionsGetBool(NULL, NULL, quietopt, &quiet, NULL)); in PetscOptionsCheckInitial_Private()
484 PetscCall(PetscOptionsGetBool(NULL, NULL, "-fp_trap", &flg1, &flag)); in PetscOptionsCheckInitial_Private()
516 PetscCall(PetscOptionsGetBool(NULL, NULL, "-log_sync", &PetscLogSyncOn, NULL)); in PetscOptionsCheckInitial_Private()
528 PetscCall(PetscOptionsGetBool(NULL, NULL, "-log_perfstubs", &start_log_perfstubs, NULL)); in PetscOptionsCheckInitial_Private()
538 PetscCall(PetscOptionsGetBool(NULL, NULL, "-log_nvtx", &start_log_nvtx, NULL)); in PetscOptionsCheckInitial_Private()
548 PetscCall(PetscOptionsGetBool(NULL, NULL, "-log_roctx", &start_log_roctx, NULL)); in PetscOptionsCheckInitial_Private()
552 PetscCall(PetscOptionsGetBool(NULL, NULL, "-log_all", &flg1, NULL)); in PetscOptionsCheckInitial_Private()
553 PetscCall(PetscOptionsGetBool(NULL, NULL, "-log", &flg2, NULL)); in PetscOptionsCheckInitial_Private()
591 PetscCall(PetscOptionsGetBool(NULL, NULL, "-saws_options", &PetscOptionsPublish, NULL)); in PetscOptionsCheckInitial_Private()
592 PetscCall(PetscOptionsGetBool(NULL, NULL, "-use_gpu_aware_mpi", &use_gpu_aware_mpi, &flg1)); in PetscOptionsCheckInitial_Private()
593 …if (!flg1) PetscCall(PetscOptionsGetBool(NULL, NULL, "-sf_use_gpu_aware_mpi", &use_gpu_aware_mpi, … in PetscOptionsCheckInitial_Private()