Getting Started with the Monash Gravity Group


1. Sign up for a LIGO.ORG account
Go to https://my.ligo.org.
If you are already signed in, sign out.
Click on "LSC or Virgo Signup".
Choose membership in "OzGrav - Monash University".

2. Apply for a computing cluster account here: http://ldg.ligo.org

3. Log on to the LIGO Data Grid:
# First, put these commands into your .zshrc file:
alias pcdev1="ssh eric.thrane@ldas-pcdev1.ligo.caltech.edu"
# To log on, type pcdev3. You will be prompted for your password. If you don't have an account on pcdev3, you can request one here. Please open a ticket at the heldesk here henceforth for any issue: https://git.ligo.org/computing/helpdesk/-/issues

4. Create your own web page to share results.
On pcdev1, mkdir ~/public_html/
Any content you put in public_html/ will be visible here: https://ldas-jobs.ligo.caltech.edu/~your_username.

5. Sign up to the CBC mailing list. A full list of LSC groups is here.

6. Set up TeamSpeak: TeamSpeak

7. join ozgrav: https://www.ozgrav.org/join-ozgrav.html

8. Get set up on OzStar: link
Request an account. Once it is granted, you will need to join a project.



Getting started with GWPopulation:
Provided an already working local installation of anaconda, I needed to create a conda environment following instructions here. For an environment named 'cenv' (this name can be anything), this is done with conda create --name cenv.
The environment is then activated with conda activate cenv.
I could then install cupy via conda-forge using conda install -c conda-forge cupy as per this page.
I also had to reinstall all of the usual packages on this environment like numpy, scipy, etc. most of which were automatically installed as dependencies when installing cupy. This could be done using the usual pip install  method.




Back to Resources