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 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 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 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 get killed. The **export nodes** have a better uplink (10 GBit/s) allowing for higher bandwidth. Note
you cannot log in via SSH to the export nodes, but only use `scp`, `rsync` or `sftp` on them. 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 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`). `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 ...@@ -80,7 +80,7 @@ from this virtual command line, then you have to prefix the command with the let
sftp> get -r <directory> sftp> get -r <directory>
``` ```
### RSYNC ### Rsync
[`Rsync`](https://man7.org/linux/man-pages/man1/rsync.1.html), is a fast and extraordinarily [`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 versatile file copying tool. It can copy locally, to/from another host over any remote shell, or
......
...@@ -32,6 +32,7 @@ Fortran ...@@ -32,6 +32,7 @@ Fortran
GFLOPS GFLOPS
gfortran gfortran
GiB GiB
GBit
gnuplot gnuplot
Gnuplot Gnuplot
GPU GPU
...@@ -39,6 +40,7 @@ hadoop ...@@ -39,6 +40,7 @@ hadoop
Haswell Haswell
HDFS HDFS
Horovod Horovod
hostname
HPC HPC
HPL HPL
icc icc
...@@ -88,6 +90,7 @@ OpenGL ...@@ -88,6 +90,7 @@ OpenGL
OpenMP OpenMP
openmpi openmpi
OpenMPI OpenMPI
OpenSSH
Opteron Opteron
PAPI PAPI
parallelization parallelization
...@@ -102,6 +105,7 @@ reachability ...@@ -102,6 +105,7 @@ reachability
rome rome
romeo romeo
RSA RSA
Rsync
salloc salloc
Saxonid Saxonid
sbatch sbatch
...@@ -113,6 +117,7 @@ scancel ...@@ -113,6 +117,7 @@ scancel
scontrol scontrol
scp scp
scs scs
SFTP
SGEMM SGEMM
SGI SGI
SHA SHA
...@@ -135,10 +140,13 @@ tmp ...@@ -135,10 +140,13 @@ tmp
tracefile tracefile
tracefiles tracefiles
Trition Trition
uplink
Vampir Vampir
VampirTrace VampirTrace
VampirTrace's VampirTrace's
WebVNC WebVNC
WinSCP
workspaces workspaces
Xeon Xeon
ZIH 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