![]() |
(git:f56c6e3)
|
#include "../offload/offload_library.h"#include "../offload/offload_mempool.h"#include "common/grid_library.h"#include "grid_replay.h"#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Functions | |
| static void | print_func (const char *msg, int msglen, int output_unit) |
| Wrapper for printf, passed to grid_library_print_stats. | |
| int | main (int argc, char *argv[]) |
| Stand-alone miniapp for running .task files. | |
|
static |
Wrapper for printf, passed to grid_library_print_stats.
Definition at line 20 of file grid_miniapp.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Stand-alone miniapp for running .task files.
Definition at line 31 of file grid_miniapp.c.