SIONlib  1.7.4
Scalable I/O library for parallel access to task-local files
Macros | Functions
ompi_partest.c File Reference

Benchmark/Test Tool. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <mpi.h>
#include <time.h>
#include <math.h>
#include "sion_debug.h"
#include "sion_printts.h"
#include "sion.h"
#include "ompi_partest.h"
#include "partest_opts.h"
#include <omp.h>
Include dependency graph for ompi_partest.c:

Go to the source code of this file.

Macros

#define _XOPEN_SOURCE   700
 

Functions

int barrier_after_start (MPI_Comm comm)
 
int barrier_after_malloc (MPI_Comm comm)
 
int barrier_after_open (MPI_Comm comm)
 
int barrier_after_write (MPI_Comm comm)
 
int barrier_after_read (MPI_Comm comm)
 
int barrier_after_close (MPI_Comm comm)
 
int barrier_before_unlink (MPI_Comm comm)
 
int barrier_after_unlink (MPI_Comm comm)
 
int collective_print_gather (char *cbuffer, MPI_Comm comm)
 
void reduce_omp (void *syncdata, void *out, MPI_Op op, int dtype)
 
int split_communicator (_test_communicators *communicators, int bluegene, int bluegene_np, int numfiles, int read_task_offset, int verbose)
 
int main (int argc, char **argv)
 

Detailed Description

Benchmark/Test Tool.

Author
Wolfgang Frings
Ventsislav Petkov
David Montoya

Definition in file ompi_partest.c.