AQUAgpusph 4.1.2
|
The AQUAgpusph starting point, also known as the host. (See main(int argc, char *argv[]) for details) More...
#include <sphPrerequisites.h>
#include <Python.h>
#include <InputOutput/Logger.h>
#include <ArgumentsManager.h>
#include <FileManager.h>
#include <ProblemSetup.h>
#include <CalcServer.h>
#include <TimeManager.h>
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. |