...
solver= Extern CG | Connection to the solver. External CudaSolver. CG Uses an integrated conjugated gradient solver. |
solverIP=localhost | IP of the external solver, localhost for the same workstation. IP for cloud, for what the matrix is built locally and sent to the calculation unit. Large amounts of data can be moved with a corresponding amount of time. |
solverPort=123442001 | Port which is used to access the CudaSolver. This can be selected arbitrarily, according to the specified value when starting the solver. (The default port for the Cuda service is 42001) |
eigenThreads=24 | Number of CPU threads that can be used to build the matrix. At least two cores should always remain free. We recommend to use 2-6 threads. |
complexity=14.000000 | Defines how complex the design is getting. More information here. |
solverUsedGpuMax=n | Maximum number of GPUs used by the optimisation (support GPUs: Nvidia Quadro Graphics Cards supported by CUDA Driver) |
...