Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit 042a4c3a authored by Lucas Schnorr's avatar Lucas Schnorr
Browse files

create a header file for experiments.c source file (with prototypes and includes)

parent 91102361
No related branches found
No related tags found
No related merge requests found
#include <stdlib.h>
#include <math.h>
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "calibrate.h"
#include "experiments.h"
MPI_Request *req_array;
#define tag 1
#define datatype MPI_CHAR
......
#ifndef __EXPERIMENTS_H_
#define __EXPERIMENTS_H_
#include <stdlib.h>
#include <math.h>
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "calibrate.h"
double get_Recv(int count, int nb_it);
double get_iSendtime(int count, int nb_it);
double get_PingPongtime(int count, int nb_it);
long get_Wtime(int count, int nb_it);
double get_Iprobe(int count, int nb_it);
double get_Test(int count, int nb_it);
#endif //__EXPERIMENTS_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment