Skip to content

Commit 6750ac7

Browse files
committed
Minor improvement
1 parent bbaa214 commit 6750ac7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_episodes/11-dask-configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,8 @@ questions such as:
351351
- Which batch scheduler does my HPC system use?
352352
- How many CPU cores are available per node (a computer in an HPC system)?
353353
- How much memory is available for use per node?
354-
- What is the fastest network interface (infiniband is much faster than ethernet)?
354+
- What is the fastest network interface (run `ip a` to find the available
355+
interfaces, infiniband `ib*` is much faster than ethernet `eth*`)?
355356
- What path should I use for storing temporary files on the nodes (try to
356357
avoid slower network storage if possible)?
357358
- Which computing queue has the best availability?

0 commit comments

Comments
 (0)