Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draft HPC instruction with brown instructions #14

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

brownsarahm
Copy link
Contributor

this should be updated to reflect the URI work flow

@brownsarahm brownsarahm changed the title draft with brown instructions draft HPC instruction with brown instructions Nov 1, 2023
Copy link
Contributor Author

@brownsarahm brownsarahm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good progress, but some changes to make




# Log into Unity account and run commands:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Log into Unity account and run commands:
## Unity

- [HPC at URI]()


## Unity
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Unity


# Log into Unity account and run commands:

- https://unity.uri.edu/panel/account.php
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you expand this step a little?

Comment on lines +70 to +74
- Either use Jupyter notebook for a more user interface-based experience. If preferred consol/CMD, add the SSH key to the local computer by following the following steps.
- Generate the SSH key from the account. The key should begin with ssh-rsa… … ….
- Use the key to setup a configuration file to the local system. To do this, save the ssh key as a .key file. Notepad++ can be used for this.
- Save the .key file to a folder. Such as: C:\Users\pujag\.ssh\unity-privkey.key.
- Then generate a configuration file to connect to Unity.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's fix the formatting her so that the steps are gouped under some heading 3 ### subheadings

Comment on lines +79 to +82
- “Host unity
- HostName unity.rc.umass.edu
- User puja_ghosh_uri_edu
- IdentityFile C:\Users\pujag\.ssh\unity-privkey.key”
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this the content of the file? can you make it a verbatim/ code block like this:

```
this is an example
```

- User puja_ghosh_uri_edu
- IdentityFile C:\Users\pujag\.ssh\unity-privkey.key”

- Save the file to C:\Users\pujag\.ssh\ as config file. This file should have no file extension. The file name should be only config.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make this general? like "save it to your home directory"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants