We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaa214 commit 6750ac7Copy full SHA for 6750ac7
_episodes/11-dask-configuration.md
@@ -351,7 +351,8 @@ questions such as:
351
- Which batch scheduler does my HPC system use?
352
- How many CPU cores are available per node (a computer in an HPC system)?
353
- How much memory is available for use per node?
354
-- What is the fastest network interface (infiniband is much faster than ethernet)?
+- What is the fastest network interface (run `ip a` to find the available
355
+ interfaces, infiniband `ib*` is much faster than ethernet `eth*`)?
356
- What path should I use for storing temporary files on the nodes (try to
357
avoid slower network storage if possible)?
358
- Which computing queue has the best availability?
0 commit comments