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

add unitye access request #19

Open
3 tasks done
brownsarahm opened this issue Feb 9, 2024 · 4 comments
Open
3 tasks done

add unitye access request #19

brownsarahm opened this issue Feb 9, 2024 · 4 comments
Assignees

Comments

@brownsarahm
Copy link
Contributor

brownsarahm commented Feb 9, 2024

add a page on URI HPC resource/access (or update what is there?)

  • unity how to request access
  • how to work in ../../work/pi_brownsarahm_uri_edu/
  • how to get git/github setup on unity
@brownsarahm
Copy link
Contributor Author

@trevmoy ssh or PAT are both acceptable ways to set up github on unity, but we need to get this documented so we can refer people to the answer

@AymanBx
Copy link

AymanBx commented Jan 2, 2025

Unity HPC

Requesting access to Unity Cluster .

  • Start by signing in to your URI account within Unity
  • Ask your professor for the teams pi ID (Usually looks something like pi__uri_edu
  • After logging in to Unity, go to My PIs to find a list of groups
  • Click the + button and paste the pi ID you got to request access

Using Unity

There are multiple ways to using Unity:

  • SSH from your terminal
  • Use OnDemand apps that exist on the Unity website (One of which is a VS code framework that comes with a terminal)
  • Find that app that makes more sense to the type of work you're doing

Files on Unity

  • On Unity you have a small personal space and a larger shared space for the PI team
  • To access the shared space do cd /work/pi_<nameOfGroupAdmin>. This is the shared space for the team
  • Create your own folder and do you work there mkdir <folderName>

Using git/gh on Unity terminal

  • git and gh are already installed on Unity
  • git is simply accessible with no extra steps necessary
  • gh on the other hand exists as a module that needs to be loaded
    Modules are packages that exist on the framework that can be loaded individually based on need for your project. To access the list of available modules type "module avail"
  • type module load gh/2.43.1`` (Keep in mind this is currently the latest version. Type module avail``` to get the list of available modules with their latest versions that exist

Loading GH Module

Checkout Unity Documentation for any thoughts that come to mind. It's a great resource!

@AymanBx
Copy link

AymanBx commented Jan 2, 2025

@brownsarahm This is a preliminary documentation of Unity use that I can adjust to fit the required formatting and add it to where it is supposed to go

@brownsarahm
Copy link
Contributor Author

yeah can yu fill it in as a PR?

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

When branches are created from issues, their pull requests are automatically linked.

5 participants