Re: [Tutor] use python to log to a remote supercomputer and transfer files

2018-05-07 Thread Wolfgang Maier
On 05/07/2018 04:15 PM, Alan Gauld via Tutor wrote: On 7 May 2018, at 15:08, ruiyan wrote: I want to log to the remote supercomputer automatically, upload and download files If it supports ftp then there is an ftp module. There are also http and ssh modules, depending on the complexity o

Re: [Tutor] use python to log to a remote supercomputer and transfer files

2018-05-07 Thread Mats Wichmann
On 05/07/2018 05:53 AM, ruiyan wrote: > Hello everyone, > > > I need to conduct massive simulation computations using a software called > 'lammps' on a remote supercomputer whose operating system is Linux every day. > It's extremely annoying to log to the remote supercomputer, upload files to

Re: [Tutor] use python to log to a remote supercomputer and transfer files

2018-05-07 Thread Alan Gauld via Tutor
On 7 May 2018, at 15:08, ruiyan wrote: > I want to log to the remote supercomputer automatically, upload and download > files If it supports ftp then there is an ftp module. There are also http and ssh modules, depending on the complexity of your needs and the protocols available. Ftp sound

[Tutor] use python to log to a remote supercomputer and transfer files

2018-05-07 Thread ruiyan
Hello everyone, I need to conduct massive simulation computations using a software called 'lammps' on a remote supercomputer whose operating system is Linux every day. It's extremely annoying to log to the remote supercomputer, upload files to and download files from the supercomputer using