Skip to content

Commit e56cd0f

Browse files
authored
Merge pull request #14 from FireDynamics/release-v0.4.1
Release v0.4.1
2 parents 4b11e7b + 4b54be3 commit e56cd0f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

book/content/tools/02_hpc/02_hpc.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,7 @@ Parallel computers are often called, e.g., supercomputer, high performance compu
118118
* An **Interconnect** enables a fast communication between the nodes. In general, there are multiple networks, e.g. an Ethernet (e.g. 10~Gbit/s) control network and a fast InfiniBand (e.g. 200~Gbit/s) network for data exchange during computation.
119119
* **Parallel file systems** store the computed data on RAID-systems, which are accessable by all nodes.
120120
* **Login nodes** provide a terminal for users to issue computing jobs and data transfer.
121-
<<<<<<< HEAD
122-
* **Batch systems** control the distribution of user issued jobs on the whole system. Typically, users define which ressources (e.g. number of node, execution time) are needed for a job and then the job is executed by the batch system, once the required ressources become available.
123-
=======
124121
* **Batch systems** control the distribution of user issued jobs on the whole system. Typically, users define which resources (e.g. number of node, execution time) are needed for a job and then the job is executed by the batch system, once the required resources become available.
125-
>>>>>>> 0d99bc2 (Update 02_hpc.md)
126122
127123
:::{figure-md} fig-hpc-cluster
128124
<img src="figs/cluster.png" width="40%">

0 commit comments

Comments
 (0)