Skip to content

Commit e88cd47

Browse files
committed
Fix formatting (known issues)
1 parent cfb64bf commit e88cd47

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/software/container-engine/known-issue.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
## Known Issues
2-
3-
### Compatibility with Alpine Linux
1+
## Compatibility with Alpine Linux
42

53
Alpine Linux is incompatible with some hooks, causing errors when used with Slurm. For example,
64

@@ -34,7 +32,7 @@ abc
3432
3533
Notice the section `[annotations]` disabling Slurm and CXI hooks.
3634
37-
### Using NCCL from remote SSH terminals
35+
## Using NCCL from remote SSH terminals
3836
3937
We are aware of an issue when enabling both [the AWS OFI NCCL hook][ref-ce-aws-ofi-hook] and [the SSH hook][ref-ce-ssh-hook], and launching programs using NCCL from Bash sessions connected via SSH.
4038
The issue manifests with messages reporting `Error: network 'AWS Libfabric' not found`.
@@ -44,7 +42,7 @@ The script is translating the value of the `NCCL_NET` variable as `"'AWS Libfabr
4442
4543
As a workaround, resetting the NCCL_NET variable to the correct value is effective in allowing NCCL to use the AWS OFI plugin and access the Slingshot network, e.g. `export NCCL_NET="AWS Libfabric"`.
4644
47-
### Mounting home directories when using the SSH hook
45+
## Mounting home directories when using the SSH hook
4846
4947
Mounting individual home directories (usually located on the `/users` filesystem) overrides the files created by the SSH hook in `${HOME}/.ssh`, including the one which includes the authorized key entered in the EDF through the corresponding annotation. In other words, when using the SSH hook and bind mounting the user's own home folder or the whole `/users`, it is necessary to authorize manually the desired key.
5048

0 commit comments

Comments
 (0)