Skip to content

Commit

Permalink
Added known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrancis-anl committed Oct 31, 2024
1 parent f6cc295 commit b6f712c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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
3 changes: 3 additions & 0 deletions docs/polaris/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ This is a collection of known issues that have been encountered on Polaris. Docu
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`.
4. 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`

0 comments on commit b6f712c

Please sign in to comment.