MCPcopy Create free account
hub / github.com/Kitware/VTK / CanUseMPIIO

Method CanUseMPIIO

IO/MPIParallel/vtkMPIMultiBlockPLOT3DReader.cxx:175–179  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

173
174//------------------------------------------------------------------------------
175bool vtkMPIMultiBlockPLOT3DReader::CanUseMPIIO()
176{
177 return (this->UseMPIIO && this->BinaryFile && this->Internal->Settings.NumberOfDimensions == 3 &&
178 vtkMPIController::SafeDownCast(this->Controller) != nullptr);
179}
180
181//------------------------------------------------------------------------------
182int vtkMPIMultiBlockPLOT3DReader::OpenFileForDataRead(void*& vfp, const char* fname)

Callers 5

OpenFileForDataReadMethod · 0.95
CloseFileMethod · 0.95
ReadIntScalarMethod · 0.95
ReadScalarMethod · 0.95
ReadVectorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected