chundoong-lab-ta/SHPC2022/hw4_answer/riemannsum/riemannsum.h

4 lines
128 B
C
Raw Normal View History

2022-11-07 14:36:30 +09:00
#pragma once
double riemannsum(int num_intervals, int mpi_rank, int mpi_world_size,
int threads_per_process);