Nek5000
SEM for Incompressible NS
|
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <string.h>
#include "c99.h"
#include "name.h"
#include "fail.h"
#include "types.h"
#include "mem.h"
#include "sort.h"
#include "rdtsc.h"
Go to the source code of this file.
Macros | |
#define | N (1<<20) |
#define | TIME(t, repeat, what) |
Functions | |
int | main () |
Variables | |
ulong | A [N] |
ulong | out [N] |
uint | P [N] |
#define N (1<<20) |
Definition at line 18 of file sort_test2.c.
Referenced by main().
#define TIME | ( | t, | |
repeat, | |||
what | |||
) |
Referenced by main().
int main | ( | ) |
Definition at line 23 of file sort_test2.c.
References buffer_free, i, N, null_buffer, sortp_long, sortv_long, TIME, uint, and ulong.
Definition at line 20 of file sort_test2.c.
Definition at line 20 of file sort_test2.c.
Referenced by array_cat_(), compute_edge_data_r(), compute_edge_data_s(), compute_face_data_rs(), compute_face_data_st(), compute_face_data_tr(), findpts_el_eval_2(), findpts_el_eval_3(), findpts_eval(), findpts_local_eval(), gs_gather_many(), gs_gather_vec_to_many(), gs_init_many(), gs_scatter_many(), gs_scatter_many_to_vec(), gs_scatter_vec_to_many(), make_topology_unique(), merge_sortv(), obbox_calc_2(), obbox_calc_3(), radix_sortv(), test(), and test_mesh().
Definition at line 21 of file sort_test2.c.