fileOperations that performs all file operations on the master processor. Requires the calls to be parallel synchronised! More...
Public Member Functions | |
masterUncollatedFileOperationInitialise (int &argc, char **&argv) | |
Construct from components. More... | |
virtual | ~masterUncollatedFileOperationInitialise () |
Destructor. More... | |
Public Member Functions inherited from unthreadedInitialise | |
unthreadedInitialise (int &argc, char **&argv) | |
Construct from components. More... | |
virtual | ~unthreadedInitialise () |
Destructor. More... | |
virtual bool | needsThreading () const |
Needs threading. More... | |
Public Member Functions inherited from fileOperationInitialise | |
TypeName ("fileOperationInitialise") | |
Runtime type information. More... | |
fileOperationInitialise (int &argc, char **&argv) | |
Construct components. More... | |
declareRunTimeSelectionTable (autoPtr, fileOperationInitialise, word,(int &argc, char **&argv),(argc, argv)) | |
virtual | ~fileOperationInitialise () |
Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fileOperationInitialise | |
static autoPtr< fileOperationInitialise > | New (const word &type, int &argc, char **&argv) |
Select type. More... | |
fileOperations that performs all file operations on the master processor. Requires the calls to be parallel synchronised!
Limitations: - no /processor in filename
The main logic is in ::filePath which returns a
system/controlDict: filePath worldmaster: <globalRoot>/system/controlDict localmaster: ,, slave : ,,
processor0/uniform/time filePath worldmaster: <globalRoot>/processorXXX/uniform/time localmaster: ,, slave : ,,
processors0/0/p processors10/0/p processors10_2-4/0/p
Definition at line 798 of file masterUncollatedFileOperation.H.
masterUncollatedFileOperationInitialise | ( | int & | argc, |
char **& | argv | ||
) |
Construct from components.
Definition at line 801 of file masterUncollatedFileOperation.C.
References s(), Foam::setEnv(), and masterUncollatedFileOperation::~masterUncollatedFileOperation().
Referenced by masterUncollatedFileOperation::masterUncollatedFileOperation().
|
inlinevirtual |
Destructor.
Definition at line 811 of file masterUncollatedFileOperation.H.