#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <mpi.h>
#include <unistd.h>
#include <sys/types.h>
#include "H5Part.h"
Include dependency graph for Bench.c:
Go to the source code of this file.
Defines | |
#define | FILENAME "testio" |
#define | NSTEPS 64 |
#define | NPARTICLES 51e6 |
#define | NTRIALS 3 |
Functions | |
int | main (int argc, char *argv[]) |
|
|
|
Definition at line 17 of file Bench.c. Referenced by main(). |
|
|
|
|
|
Definition at line 20 of file Bench.c. References MPI_Comm, MPI_Comm_rank(), MPI_Comm_size(), MPI_COMM_WORLD, MPI_Init(), NPARTICLES, x, y, and z. Here is the call graph for this function: ![]() |