How to get access to UVA-Rivanna?
Only faculty, staff and Research associate are eligible to be the Principle Investigator (PI) who can request access to the Rivanna. Students (undergraduate or gradute) will request the access to the PI.
For faculty, staff and research associate who want to request Rivanna access, here is the form:
https://arcs.virginia.edu/secure/standard-allocation-request
For students who work in the Solid Polarized target group, just email me (za2hd@virginia.edu) and I will grant you the access to the Rivanna.
Hera are some important link to start:
https://arcs.virginia.edu/rivanna
https://arcs.virginia.edu/getting-started
https://arcs.virginia.edu/frequently-asked-questions
How to connect?
You can connect using Linux terminal or Web-based-terminal. To connect to the Web-based-terminal:
You can work either in your home directory or /scratch/<USER ID>.
Once you logged in. go to your working directory and copy the main codes, which are located in polar machine /home/ptgroup/Akbar/som/som2019/may/test/test4:
scp ptgroup@polar.phys.virginia.edu:/home/ptgroup/Akbar/som/som2019/may/test/test4/*.py .
type the standard password of ptgroup
Then copy the text files which contains the generated signal and background:
scp ptgroup@polar.phys.virginia.edu:/home/ptgroup/Akbar/som/som2019/may/test/test4/*.txt .
type the standard password of ptgroup
Then copy the script to submit job using slurm to rivanna
scp ptgroup@polar.phys.virginia.edu:/home/ptgroup/Akbar/som/som2019/may/test/test4/hello5.slurm .
In your directory:
Try to follow the instruction. Let me know if you encounter any problems. We will discuss the next step after you successfully run the code.