ansys / pyhps

A Python client for Ansys HPC Platform Services (HPS)
https://hps.docs.pyansys.com/
MIT License
0 stars 0 forks source link

Add ports redirection #414

Open germa89 opened 1 month ago

germa89 commented 1 month ago

📝 Description of the feature

In some cases, the calculation nodes are not directly available to the machine which is submitting the PyHPS. Maybe because only the head node is accessible.

Because of how many PyAnsys libraries are designed, the client needs to have access through a gRPC channel to the server which might be running in a calculation node.

It

💡 Steps for implementing the feature

To be discussed.

🔗 Useful links and references

No response

germa89 commented 1 month ago

@koubaa FYI