Update GUI Remote Folders authored by Robert Schöne's avatar Robert Schöne
...@@ -77,8 +77,8 @@ When getting something from an other system ...@@ -77,8 +77,8 @@ When getting something from an other system
- At last temporary files are deleted. - At last temporary files are deleted.
If you have problems with getting output-files, see in gui/BIGRemoteMenu.java (public getOutputFromRemote(...)) or contact the developer. Often these failures come with strange tar-versions, which can't handle the flags properly or instable ssh-connections. If you have problems with getting output-files, see in gui/BIGRemoteMenu.java (public getOutputFromRemote(...)) or contact the developer. Often these failures come with strange tar-versions, which can't handle the flags properly or instable ssh-connections.
Executing a command (when starting a kernel) ## Executing a command (when starting a kernel)
When starting a kernel with selected compile ("compile only" or "compile and run") ### When starting a kernel with selected compile ("compile only" or "compile and run")
- The GUI will copy to the folder benchit/gui/temp/<remote-folder-name>: - The GUI will copy to the folder benchit/gui/temp/<remote-folder-name>:
- the selected kernels - the selected kernels
...@@ -90,7 +90,7 @@ When starting a kernel with selected compile ("compile only" or "compile and run ...@@ -90,7 +90,7 @@ When starting a kernel with selected compile ("compile only" or "compile and run
- the GUI will write the tar-stream to the std-in of the console, tar xBf - is started on - the GUI will write the tar-stream to the std-in of the console, tar xBf - is started on
- the GUI will start a new ssh-connection and run the remoteProc.sh - the GUI will start a new ssh-connection and run the remoteProc.sh
When starting a kernel without selected compile ("run only") ### When starting a kernel without selected compile ("run only")
- The GUI will open a ssh-connection to the remote system - The GUI will open a ssh-connection to the remote system
- on this ssh-connection, a command is started, which checks for all available files in the remote systems bin-folder - on this ssh-connection, a command is started, which checks for all available files in the remote systems bin-folder
... ...
......