MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / runPar

Method runPar

src/OpenFOAM/global/argList/parRun.H:67–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void runPar(int& argc, char**& argv)
68 {
69 RunPar = true;
70
71 if (!Pstream::init(argc, argv))
72 {
73 Info<< "Failed to start parallel run" << endl;
74 Pstream::exit(1);
75 }
76 }
77
78 bool parRun() const
79 {

Callers 1

argList.CFile · 0.80

Calls 2

initFunction · 0.50
exitFunction · 0.50

Tested by

no test coverage detected