13.7. Macros Relauncher
The idea of this section is to show the basic usage of many of the classes defined in
The Relauncher module, applied either on the flowrate functions or the flowrate code, whose
purpose and behaviour have been already introduced in Presentation of the problem.
All the following examples will load a tiny set of points which is gathered in the file called
flowrateUniformDesign.dat (already introduced in
Objective).
- 13.7.1. Macro “relauncherFunctionFlowrateCInt.C”
- 13.7.2. Macro “relauncherFunctionFlowrateCJit.C”
- 13.7.3. Macro “relauncherCJitFunctionThreadTest.C”
- 13.7.4. Macro “relauncherCodeFlowrateSequential.C”
- 13.7.5. Macro “relauncherCodeFlowrateSequential_ConstantVar.C”
- 13.7.6. Macro “relauncherCodeFlowrateThreaded.C”
- 13.7.7. Macro “relauncherCodeFlowrateMPI.C”
- 13.7.8. Macro “relauncherCodeFlowrateMpiStandalone.C”
- 13.7.9. Macro “relauncherCodeFlowrateSequentialFailure.C”
- 13.7.10. Macro “relauncherCodeMultiTypeKey.C”
- 13.7.11. Macro “relauncherCodeMultiTypeKeyEmptyVectors.C”
- 13.7.12. Macro “relauncherCodeMultiTypeKeyEmptyVectorsAsFailure.C”
- 13.7.13. Macro “relauncherCodeReadMultiType.C”
- 13.7.14. Macro “relauncherComposeMultitypeAndReadMultiType.C”
- 13.7.15. Macro “relauncherCodeFlowrateSequential_TemporaryVar.C”