(application, application_name)
| 163 | Kernel.ImportApplication(application) |
| 164 | |
| 165 | def _ImportApplication(application, application_name): |
| 166 | Kernel = KratosGlobals.Kernel |
| 167 | Logger.PrintInfo("", "Importing " + application_name) |
| 168 | |
| 169 | # Add application to kernel |
| 170 | Kernel.ImportApplication(application) |
| 171 | |
| 172 | def IsDistributedRun(): |
| 173 | return KratosGlobals.Kernel.IsDistributedRun() |
no test coverage detected