\( \newcommand{\PD}[2]{\frac{\partial#1}{\partial#2}} \renewcommand{\vec}[1]{\mathbf{#1}} \newcommand{\ord}{\mathcal{O}} \newcommand{\Mr}{M_\text{r}} \newcommand{\msol}{M_{\odot}} \newcommand{\rsol}{R_{\odot}} \newcommand{\nabad}{\nabla_\text{ad}} \newcommand{\HP}{H_P} \newcommand{\CFL}{\text{CFL}} \)
Philipp Edelmann
philipp.edelmann@ncl.ac.uk
Rank | Site | System | Cores | Rmax (TFlop/s) | Rpeak (TFlop/s) | Power (kW) |
---|---|---|---|---|---|---|
1 | National Supercomputing Center in Wuxi China |
Sunway TaihuLight
NRCPC |
10,649,600 | 93,014.6 | 125,435.9 | 15,371 |
2 | National Super Computer Center in Guangzhou China |
Tianhe-2 (MilkyWay-2)
NUDT |
3,120,000 | 33,862.7 | 54,902.4 | 17,808 |
3 | Swiss National Supercomputing Centre (CSCS) Switzerland |
Piz Daint
Cray Inc. |
361,760 | 19,590.0 | 25,326.3 | 2,272 |
4 | DOE/SC/Oak Ridge National Laboratory United States |
Titan
Cray Inc. |
560,640 | 17,590.0 | 27,112.5 | 8,209 |
… | ||||||
11 | United Kingdom Meteorological Office United Kingdom |
Cray Inc. |
241,920 | 7,038.9 | 8,128.5 | 3,629 |
H:
drivebash
is most common)/
)/
/home/username
: home directory of the user~
/tmp
: local temporary file storage for everyone, deleted regularly/etc
: global configuration files/usr/bin
: executables for installed software/media
: mounted external file systems (e.g., USB drives)pwd
or in promptcd /tmp
ls
ls -l
.
(e.g., cp /a .
)..
(e.g., cd ..
)echo $USER
PATH
, HOME
, DISPLAY
export MESA_DIR=$HOME/path/to/mesa
ls -l /tmp
)PATH
variable:
.
) not part of PATH./myexec
/bin/ls
git clone https://mas-gitlab.ncl.ac.uk/PHY3033/exercises.git
git pull
exercises/00-test/work
using cd
./mk
to compile the example./rn
Ctrl+c
in the terminal