|
AQUAgpusph 5.0.4
|
The AQUAgpusph starting point, also known as the host. (See main(int argc, char *argv[]) for details) More...
#include "sphPrerequisites.hpp"#include <iostream>#include <sstream>#include <Python.h>#include "InputOutput/Logger.hpp"#include "ArgumentsManager.hpp"#include "FileManager.hpp"#include "ProblemSetup.hpp"#include "CalcServer/CalcServer.hpp"#include "TimeManager.hpp"
Namespaces | |
| namespace | Aqua |
| Main AQUAgpusph namespace. | |
Functions | |
| int | main (int argc, char *argv[]) |
The AQUAgpusph starting point, also known as the host. (See main(int argc, char *argv[]) for details)
| int main | ( | int | argc, |
| char * | argv[] ) |
Aquagpusph starting point.
This method is associated with the host, i.e. The CPU process that controls the simulation:
The host is also responsible to create the calculation server (see Aqua::CalcServer::CalcServer).
| argc | Number of arguments parsed by terminal. |
| argv | Array of arguments parsed by terminal. |
