Searched refs:key2 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/tests/ ! |
| H A D | ex53.c | 14 PetscMPIInt key1, key2, attr1 = 100, attr2 = 200, *attr, iflg; in main() local 35 err = MPI_Comm_create_keyval(MPI_COMM_NULL_COPY_FN, MPI_COMM_NULL_DELETE_FN, &key2, NULL); in main() 43 err = MPI_Comm_set_attr(newcomm, key2, &attr2); in main() 51 err = MPI_Comm_get_attr(newcomm, key2, &attr, &iflg); in main() 57 err = MPI_Comm_delete_attr(newcomm, key2); in main() 61 err = MPI_Comm_free_keyval(&key2); in main()
|
| /petsc/src/sys/tests/output/ ! |
| H A D | ex47_3_include.out | 2 -map key0,key1,key2 # (source: file) 20 -xxx_map key0,key1,key2 # (source: file) 38 -xxx_xxx_map key0,key1,key2 # (source: file)
|
| H A D | ex47_3_options.out | 2 -map key0,key1,key2 # (source: file)
|