Skip to content

Commit

Permalink
Merge pull request #512 from argonne-lcf/jnf_20241031
Browse files Browse the repository at this point in the history
Added known issues
  • Loading branch information
felker authored Nov 2, 2024
2 parents cbe001f + 52a8e2f commit 54b2540
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/aurora/running-jobs-aurora.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ There is a single routing queue in place called `EarlyAppAccess` which submits t

### Submitting a job

Note: Jobs should be submitted only from your allocated project directory and not from your home directory.
Note: Jobs should be submitted only from your allocated project directory and not from your home directory or from `/soft/modulefiles`. Submitting an interactive job from `/soft/modulefiles` will result in your job ending abruptly.

For example, a one-node interactive job can be requested for 30 minutes with the following command, where `[your_ProjectName]` is replaced with an appropriate project name.

Expand Down
8 changes: 4 additions & 4 deletions docs/polaris/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand All @@ -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`.

0 comments on commit 54b2540

Please sign in to comment.