Accessing remote server data locally for 3D plotting purposes

Hello,

I work with large simulation data, on the order of 100s GB- 1TB, through a remote server. The clusters on which I run and store data do not play well with GLMakie/3D plotting as the login nodes do not have a gpu.

I am wondering if there is a possibility to access/stream this data on the remote server from a local machine (through ssh) with a gpu, so that creating 3D plots is a possibility.

Is this possible with julia?

Thanks!

You can use WGLMakie!

1 Like

I have never messed around with WGLMakie, but it seems like it should have the solution to my problem. Thanks!