HiCMA
Hierarchical Computations on Manycore Architectures
|
#include "morse.h"
#include "starpu.h"
#include "hicma_constants.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/resource.h>
#include "coreblas/lapacke.h"
#include "coreblas/coreblas.h"
#include "timing.h"
#include "control/auxiliary.h"
Go to the source code of this file.
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
#define | _CRT_SECURE_NO_WARNINGS |
Functions | |
void * | morse_getaddr_null (const MORSE_desc_t *A, int m, int n) |
int | main (int argc, char *argv[]) |
Variables | |
int | ISEED [4] = {0,0,0,1} |
HiCMA auxiliary routines HiCMA is a software package provided by King Abdullah University of Science and Technology (KAUST)
Definition in file timing.c.
void* morse_getaddr_null | ( | const MORSE_desc_t * | A, |
int | m, | ||
int | n | ||
) |