Hitmap 1.3
|
#include <stdio.h>
#include <stdlib.h>
#include <hitmap.h>
#include <hit_com.h>
#include <unistd.h>
#include <time.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | printfR(...) { if( hit_Rank == 0 ) { printf(__VA_ARGS__); fflush(stdout); }} |
Functions | |
hit_tileNewType (int) | |
int | main (int argc, char **vargs) |
Variables | |
HitLayout | lay = HIT_LAYOUT_NULL_STATIC |
Program to test the access performance of the different tiles.
Definition in file matrix_sig_vs_bit.c.
#define printfR | ( | ... | ) | { if( hit_Rank == 0 ) { printf(__VA_ARGS__); fflush(stdout); }} |
Definition at line 55 of file matrix_sig_vs_bit.c.
hit_tileNewType | ( | int | ) |
int main | ( | int | argc, |
char ** | vargs | ||
) |
Definition at line 52 of file matrix_sig_vs_bit.c.