Searched refs:tot_len (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex14.c | 85 PetscInt tot_msg, tot_len, avg_len; in main() local 91 tot_len = (PetscInt)messageLength * 0.5; in main() 94 …scInt_FMT " bytes, with average length %" PetscInt_FMT " bytes\n", bs, tot_msg, tot_len, avg_len)); in main() 147 PetscInt tot_msg, tot_len, avg_len; in main() local 153 tot_len = (PetscInt)messageLength * 0.5; in main() 156 …scInt_FMT " bytes, with average length %" PetscInt_FMT " bytes\n", bs, tot_msg, tot_len, avg_len)); in main()
|