-
Notifications
You must be signed in to change notification settings - Fork 0
Copying files to from CSCS machines
fomics edited this page Sep 30, 2018
·
1 revision
scp files [email protected]:~
Beware: quotas apply. A different solution is required.
Method 2: Hop over ELA to/from the /scratch partition on Piz Daint (available on host and compute nodes)
tar -zcvf - files | ssh ela.cscs.ch "ssh daint \"cd /scratch/snx1600/username; tar -zxvf -\""
ssh ela.cscs.ch "ssh daint \"cd /scratch/snx1600/username; tar -zcvf - files\"" | tar -zxvf -
I have never done this, but our storage people assure us this should work. See this presentation (you might have to download it in "Raw" format):