Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Macros | Functions | Variables
matrix_sig_vs_bit.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <hitmap.h>
#include <hit_com.h>
#include <unistd.h>
#include <time.h>
#include <string.h>
Include dependency graph for matrix_sig_vs_bit.c:

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
 

Detailed Description

Program to test the access performance of the different tiles.

Author
Javier Fresno

Definition in file matrix_sig_vs_bit.c.

Macro Definition Documentation

#define printfR (   ...)    { if( hit_Rank == 0 ) { printf(__VA_ARGS__); fflush(stdout); }}

Definition at line 55 of file matrix_sig_vs_bit.c.

Function Documentation

hit_tileNewType ( int  )
int main ( int  argc,
char **  vargs 
)

Definition at line 59 of file matrix_sig_vs_bit.c.

Here is the call graph for this function:

Variable Documentation

Definition at line 52 of file matrix_sig_vs_bit.c.