![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
#include "ghost/context.h"
#include "ghost/bench.h"
#include "ghost/bincrs.h"
#include "ghost/config.h"
#include "ghost/core.h"
#include "ghost/locality.h"
#include "ghost/log.h"
#include "ghost/machine.h"
#include "ghost/map.h"
#include "ghost/matrixmarket.h"
#include "ghost/omp.h"
#include "ghost/types.h"
#include "ghost/util.h"
#include <float.h>
#include <iomanip>
#include <math.h>
#include <sstream>
#include <vector>
Functions | |
ghost_error | ghost_context_comm_string (char **str, ghost_context *ctx, int root) |
Create a string holding the context's communication information. More... | |
ghost_error ghost_context_comm_string | ( | char ** | str, |
ghost_context * | ctx, | ||
int | root | ||
) |
Create a string holding the context's communication information.
str | The string, must be free'd by the caller. |
ctx | The context. |
root | On which rank in the context's MPI communicator to gather the information and create the string. |