-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #512 from argonne-lcf/jnf_20241031
Added known issues
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,10 @@ This is a collection of known issues that have been encountered on Polaris. Docu | |
## Compiling & Running Applications | ||
|
||
1. If your job fails to start with an `RPC launch` message like below, please forward the complete messages to [[email protected]](mailto:[email protected]). | ||
|
||
```bash | ||
launch failed on x3104c0s1b0n0: Couldn't forward RPC launch(ab751d77-e80a-4c54-b1c2-4e881f7e8c90) to child x3104c0s31b0n0.hsn.cm.polaris.alcf.anl.gov: Resource temporarily unavailable | ||
``` | ||
2. The message below is an XALT-related warning that can be ignored when running `apptainer`. For other commands, please forward the complete message to [[email protected]](mailto:[email protected]) so we are aware of your use case. | ||
```bash | ||
ERROR: ld.so: object '/soft/xalt/3.0.2-202408282050/lib64/libxalt_init.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | ||
``` | ||
|
@@ -32,4 +29,7 @@ This is a collection of known issues that have been encountered on Polaris. Docu | |
2. `-rw-r--r-- (644) config` | ||
3. `-rw------- (600) id_rsa` | ||
4. `-rw-r--r-- (644) id_rsa.pub` | ||
3. Copy the contents of your `.ssh/id_rsa.pub` file to `.ssh/authorized_keys`. | ||
3. If you do not have the files mentioned above, you will need to create them. | ||
1. You can generate an `id_rsa` file with the following command: `ssh-keygen -t rsa` | ||
4. Copy the contents of your `.ssh/id_rsa.pub` file to `.ssh/authorized_keys`. | ||
|