getBlocksOfEntitiesPartition.h
Aller à la documentation de ce fichier.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef _GET_BLOCKS_OF_ENTITIES_PARTITION_H
00019 #define _GET_BLOCKS_OF_ENTITIES_PARTITION_H
00020
00021 #include <med.h>
00022 #define MESGERR 1
00023
00024
00025
00026 #include "getBlocksOfEntitiesPartition.h"
00027
00028
00029 void getContinuousBlocksOfEntities(const int myrank, const int nproc, const int nbofentities,
00030 med_size * const start, med_size * const stride, med_size * const count, med_size * blocksize,
00031 int * const lastusedrank, med_size * const lastblocksize );
00032
00033 void getCyclicBlocksOfEntities(const int myrank, const int nproc, const int nbofentities,
00034 med_size * const start, med_size * const stride, med_size * const io_count, med_size * blocksize,
00035 int * const lastusedrank, med_size * const lastblocksize );
00036 #endif
00037
00038
00039
00040