#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <oski/oski.h>
#include "abort_prog.h"
#include "testvec.h"
#include "timing.h"
#include "parse_opts.h"
#include "readhbpat.h"
Functions | |
static void | usage (const char *progname) |
Print command-line options. | |
int | main (int argc, char *argv[]) |
Main benchmark program. |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Main benchmark program.
References ABORT, ERR_BAD_MAT, ERR_OUT_OF_MEMORY, INVALID_MAT, LAYOUT_ROWMAJ, MAKE_VAL_COMPLEX, oski_matcommon_t::num_nonzeros, OP_CONJ, OP_NORMAL, oski_Close(), oski_Init(), oski_PrintDebugMessage(), oski_PrintDebugMessageShort(), oski_matstruct_t::props, TIMING_LOOP_BASIC, TUNESTAT_AS_IS, TUNESTAT_NEW, and usage().
static void usage | ( | const char * | progname | ) | [static] |