From 51873c6f40bf170945795186924acd2178c1d503 Mon Sep 17 00:00:00 2001 From: Olivier Sauter <Olivier.Sauter@epfl.ch> Date: Fri, 17 Mar 2023 13:17:29 +0100 Subject: [PATCH] tested on lac with tunnel, correct help for tunneling --- matlab/AUG/gdat_aug.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/AUG/gdat_aug.m b/matlab/AUG/gdat_aug.m index f908886c..5170f474 100644 --- a/matlab/AUG/gdat_aug.m +++ b/matlab/AUG/gdat_aug.m @@ -65,7 +65,7 @@ function [gdat_data,gdat_params,error_status,varargout] = gdat_aug(shot,data_req % Remote data access for AUG % You need to make a "tunnel" in one unix session from the remote node using for example: % to create a tunnel to port 8001 to mds server lxmdsplus.aug.ipp.mpg.de -% ssh -l ipp_username -L 8001:lxmdsplus.aug.ipp.mpg.de:8000 gate1.aug.ipp.mpg.de +% ssh -l ipp_username -L 8001:lxmdsplus.aug.ipp.mpg.de:8000 gate.rzg.mpg.de % % Then in another unix session on the remote node, in matlab and with the appropriate mds path do: % >> mdsconnect('localhost:8001') -- GitLab