Skip to content
Snippets Groups Projects
Commit 087b61d1 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Fix spelling

parent c649b374
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!297Data transfer
# Export Nodes: Transfer data to/from ZIH's File Systems
# Export Nodes: Transfer Data to/from ZIH's Filesystems
To copy large data to/from ZIH systems, the so-called **export nodes** should be used. While it is
possible to transfer small files directly via the login nodes, they are not intended to be used that
way. Furthermore, longer transfers will hit the CPU time limit on the login nodes, i.e. the process
get killed. The export nodes have a better uplink (10 GBit/s) allowing higher bandwith. Note that
you cannot log in via SSH to the export nodes, but only use `scp`, `rsync` or `sftp` on them.
get killed. The **export nodes** have a better uplink (10 GBit/s) allowing for higher bandwidth. Note
that you cannot log in via SSH to the export nodes, but only use `scp`, `rsync` or `sftp` on them.
The export nodes are reachable under the hostname `taurusexport.hrsk.tu-dresden.de` (or
`taurusexport3.hrsk.tu-dresden.de` and `taurusexport4.hrsk.tu-dresden.de`).
......@@ -80,7 +80,7 @@ from this virtual command line, then you have to prefix the command with the let
sftp> get -r <directory>
```
### RSYNC
### Rsync
[`Rsync`](https://man7.org/linux/man-pages/man1/rsync.1.html), is a fast and extraordinarily
versatile file copying tool. It can copy locally, to/from another host over any remote shell, or
......
......@@ -32,6 +32,7 @@ Fortran
GFLOPS
gfortran
GiB
GBit
gnuplot
Gnuplot
GPU
......@@ -39,6 +40,7 @@ hadoop
Haswell
HDFS
Horovod
hostname
HPC
HPL
icc
......@@ -88,6 +90,7 @@ OpenGL
OpenMP
openmpi
OpenMPI
OpenSSH
Opteron
PAPI
parallelization
......@@ -102,6 +105,7 @@ reachability
rome
romeo
RSA
Rsync
salloc
Saxonid
sbatch
......@@ -113,6 +117,7 @@ scancel
scontrol
scp
scs
SFTP
SGEMM
SGI
SHA
......@@ -135,10 +140,13 @@ tmp
tracefile
tracefiles
Trition
uplink
Vampir
VampirTrace
VampirTrace's
WebVNC
WinSCP
workspaces
Xeon
ZIH
ZIH's
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment