#include <med.h>#include "getBlocksOfEntitiesPartition.h"

Aller au code source de ce fichier.
Macros | |
| #define | MESGERR 1 |
Fonctions | |
| void | getContinuousBlocksOfEntities (const int myrank, const int nproc, const int nbofentities, med_size *const start, med_size *const stride, med_size *const count, med_size *blocksize, int *const lastusedrank, med_size *const lastblocksize) |
| void | getCyclicBlocksOfEntities (const int myrank, const int nproc, const int nbofentities, med_size *const start, med_size *const stride, med_size *const io_count, med_size *blocksize, int *const lastusedrank, med_size *const lastblocksize) |
| #define MESGERR 1 |
Définition à la ligne 22 du fichier getBlocksOfEntitiesPartition.h.
| void getContinuousBlocksOfEntities | ( | const int | myrank, | |
| const int | nproc, | |||
| const int | nbofentities, | |||
| med_size *const | start, | |||
| med_size *const | stride, | |||
| med_size *const | count, | |||
| med_size * | blocksize, | |||
| int *const | lastusedrank, | |||
| med_size *const | lastblocksize | |||
| ) |
Définition à la ligne 27 du fichier getBlocksOfEntitiesPartition.c.
| void getCyclicBlocksOfEntities | ( | const int | myrank, | |
| const int | nproc, | |||
| const int | nbofentities, | |||
| med_size *const | start, | |||
| med_size *const | stride, | |||
| med_size *const | io_count, | |||
| med_size * | blocksize, | |||
| int *const | lastusedrank, | |||
| med_size *const | lastblocksize | |||
| ) |
Définition à la ligne 62 du fichier getBlocksOfEntitiesPartition.c.
1.6.1