ResInsight/GrpcInterface/Python
Magne Sjaastad b730a077f1 #11626 Python: By default, use port number assigned by GRPC
Using ResInsight in a server environment when many multiple versions of ResInsight is launched, can cause the port assignment to fail. Change the default value for launch_port from -1 to 0, as this will improve the logic used to assign a port to a new ResInsight session.

Using 0 will ask GRPC to find an available port to be used.
2024-08-21 09:29:18 +02:00
..
doc Remove obsolete doc files 2021-08-14 17:16:14 +02:00
rips #11626 Python: By default, use port number assigned by GRPC 2024-08-21 09:29:18 +02:00
.gitignore Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
autoformat_pep8.txt Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
create_pip_package.txt Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
dev-requirements.txt fix: GrpcInterface/Python/dev-requirements.txt to reduce vulnerabilities 2024-08-12 14:00:17 +02:00
LICENSE Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
MANIFEST.in Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
README.md Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
requirements.txt Python: add type hinting to python code. 2023-08-23 09:47:44 +02:00
setup.py.cmake Python: require python version >= 3.8. 2023-08-23 09:47:44 +02:00

ResInsight Processing Server - rips

A Python interface for the ResInsight visualization and post-processing suite for Reservoir Simulations

Learn More