12#ifndef ARCANE_STD_INTERNAL_METISGRAPHDIGEST
13#define ARCANE_STD_INTERNAL_METISGRAPHDIGEST
17#include "arcane/utils/String.h"
18#include "arcane/utils/TraceAccessor.h"
22#include "arcane/std/internal/MetisGraph.h"
53 const MetisGraphView& my_graph,
const idx_t* vtxdist,
const idx_t* wgtflag,
54 const idx_t* numflag,
const idx_t* ncon,
const idx_t* nparts,
55 const real_t* tpwgts,
const real_t* ubvec,
const real_t* ipc2redist,
56 const idx_t* options);
69 Int32 m_my_rank = A_NULL_RANK;
Déclarations des types généraux de Arcane.
Vue constante d'un tableau de type T.
Interface du gestionnaire de parallélisme pour un sous-domaine.
String _digestString(ConstArrayView< Byte > my_digest)
A partir de la somme locale, calcule la somme globale et retourne une chaine de caractères représenta...
String computeInputDigest(const bool need_part, const int nb_options, const MetisGraphView &my_graph, const idx_t *vtxdist, const idx_t *wgtflag, const idx_t *numflag, const idx_t *ncon, const idx_t *nparts, const real_t *tpwgts, const real_t *ubvec, const real_t *ipc2redist, const idx_t *options)
String computeOutputDigest(const MetisGraphView &my_graph, const idx_t *edgecut)
Vue d'un tableau d'éléments de type T.
Chaîne de caractères unicode.
TraceAccessor(ITraceMng *m)
Construit un accesseur via le gestionnaire de trace m.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Array< Byte > ByteArray
Tableau dynamique à une dimension de caractères.
std::int32_t Int32
Type entier signé sur 32 bits.