#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
|
void | c_print_results (char *name, char class, int n1, int n2, int n3, int niter, int nprocs_compiled, int nprocs_total, double t, double mops, char *optype, int passed_verification, char *npbversion, char *compiletime, char *mpicc, char *clink, char *cmpi_lib, char *cmpi_inc, char *cflags, char *clinkflags) |
|
void c_print_results |
( |
char * |
name, |
|
|
char |
class, |
|
|
int |
n1, |
|
|
int |
n2, |
|
|
int |
n3, |
|
|
int |
niter, |
|
|
int |
nprocs_compiled, |
|
|
int |
nprocs_total, |
|
|
double |
t, |
|
|
double |
mops, |
|
|
char * |
optype, |
|
|
int |
passed_verification, |
|
|
char * |
npbversion, |
|
|
char * |
compiletime, |
|
|
char * |
mpicc, |
|
|
char * |
clink, |
|
|
char * |
cmpi_lib, |
|
|
char * |
cmpi_inc, |
|
|
char * |
cflags, |
|
|
char * |
clinkflags |
|
) |
| |