Skip to content

Instantly share code, notes, and snippets.

View skataseoloustous's full-sized avatar

skataseoloustous

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "mpi.h"
#define lines 60000
struct point {
int id;
double dist;