Searched refs:mstring (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex4k.kokkos.cxx | 44 char mstring[16] = {0}; in main() local 63 PetscCall(PetscOptionsGetString(NULL, NULL, "-mtype", mstring, 16, &set)); in main() 66 PetscCall(PetscStrcasecmp(mstring, "host", &isHost)); in main() 67 PetscCall(PetscStrcasecmp(mstring, "kokkos", &isKokkos)); in main() 70 else SETERRQ(PETSC_COMM_WORLD, PETSC_ERR_ARG_WRONG, "Unknown memory type: %s", mstring); in main()
|