|
PaStiX Handbook 6.4.0
|
#include <stdio.h>#include <stdlib.h>#include <sys/stat.h>#include <unistd.h>#include "common.h"#include "elimintree.h"#include "cost.h"#include "extendVector.h"#include "cand.h"#include "blendctrl.h"#include "perf.h"Go to the source code of this file.
Functions | |
| void | getCommunicationCosts (const BlendCtrl *ctrl, pastix_int_t clustsrc, pastix_int_t clustdst, pastix_int_t sync_comm_nbr, double *startup, double *bandwidth) |
| Return the communication cost between two cores. | |
| int | blendCtrlInit (pastix_data_t *pastix_data, BlendCtrl *ctrl) |
| Initialize the Blend control structure. | |
| void | blendCtrlExit (BlendCtrl *ctrl) |
| Finalize the Blend control structure. | |
PaStiX analyse control parameters function.
Definition in file blendctrl.c.