Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 913 Bytes

computing-centers.md

File metadata and controls

12 lines (11 loc) · 913 Bytes
  • scp between computing centers : explanations

  • scp to computing center through a tunnel :

    • in one local terminal : ssh -L 1234:adastra.cines.fr:22 alberta@ige-meom-cal1.u-ga.fr cat -
    • in another terminal : scp -P 1234 u10_ERA5_surface_global_2017.nc aalbert@127.0.1:/lus/store/NAT/gda2307/aalbert/DATA_FORCING/ERA5/.
    • clean the ports : get the process with lsof -i :1234and kill it with kill -9 PID