(git:34ef472)
grid_miniapp.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../offload/offload_library.h"
#include "common/grid_library.h"
#include "grid_replay.h"

Go to the source code of this file.

Functions

void mpi_sum_func (long *number, int mpi_comm)
 
void print_func (char *message, int output_unit)
 
int main (int argc, char *argv[])
 Stand-alone miniapp for running .task files. More...
 

Function Documentation

◆ mpi_sum_func()

void mpi_sum_func ( long *  number,
int  mpi_comm 
)

Definition at line 16 of file grid_miniapp.c.

Here is the caller graph for this function:

◆ print_func()

void print_func ( char *  message,
int  output_unit 
)

Definition at line 21 of file grid_miniapp.c.

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Stand-alone miniapp for running .task files.

Author
Ole Schuett

Definition at line 30 of file grid_miniapp.c.

Here is the call graph for this function: