Searched refs:iresult (Results 1 – 2 of 2) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | get_time.c | 18 uint64_t iresult; in get_max_time_diff() local 24 MPI_Allreduce(&tmp, &iresult, 1, MPI_UINT64_T, MPI_MAX, MPI_COMM_WORLD); in get_max_time_diff() 25 result = iresult*multiplier; in get_max_time_diff() 34 MPI_Allreduce(&tmp, &iresult, 1, MPI_UINT64_T, MPI_MAX, MPI_COMM_WORLD); in get_max_time_diff() 35 c_result = iresult; in get_max_time_diff()
|
| H A D | cycle_count.c | 45 uint64_t iresult; in cycle_count_print() local 48 MPI_Allreduce(&total, &iresult, 1, MPI_LONG_LONG_INT, in cycle_count_print() 51 printf("fillsparse : %llu cycles\n", iresult); in cycle_count_print()
|