-
Notifications
You must be signed in to change notification settings - Fork 7
Copying files from to CSCS machines
fomics edited this page Jun 19, 2015
·
4 revisions
scp files [email protected]:/project/hack15
Beware: we all share this directory!
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/daint/username; tar -zxvf -\""
ssh ela.cscs.ch "ssh daint \"cd /scratch/daint/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):