chundoong-lab-ta/SHPC2023-Fall/hw4/monte-carlo/monte_carlo.h

4 lines
133 B
C

#pragma once
double monte_carlo(double *xs, double *ys, int num_points, int mpi_rank, int mpi_world_size, int threads_per_process);