#include "MEDSPLITTER_ParaDomainSelector.hxx"#include "MEDSPLITTER_UserGraph.hxx"#include "MEDSPLITTER_JointExchangeData.hxx"#include <MEDMEM_Meshing.hxx>#include <MEDMEM_DriversDef.hxx>#include <iostream>#include <numeric>#include <sys/sysinfo.h>
Defines | |
| #define | gatherNbOf_NOT_CALLED(meth) |
| Return distribution of the graph vertices among the processors. | |
| #define gatherNbOf_NOT_CALLED | ( | meth | ) |
throw MED_EXCEPTION \ ("ParaDomainSelector::" #meth "(): gatherNbOf( MED_CELL ) must be called before")
Return distribution of the graph vertices among the processors.
| int* | - array conatining nb of vertices on all processors |
gatherNbOf( MED_CELL ) must be called before. The result array is to be used as the first arg of ParMETIS_V3_PartKway() and is freed by ParaDomainSelector.