-
Make sure you have access to ACI:
- Follow the account setup procedure here
-
Make sure you access to
/gpfs/group/jtw13/default
- You can email Jason Wright to be added
-
Set up an SSH key for GitHub (if you haven't already):
- Follow the Linux directions here
-
Clone this repo:
cd ~/work/
git clone [email protected]:Tusay/psu_seti_576.git
- Activate the correct Anaconda environment:
- For use on ACI:
source /gpfs/group/jtw13/default/aci_anaconda/bin/activate
- For use on CyberLamp (e.g., with GPU)
export PATH=/usr/local/cuda-10.2/bin:$PATH export LD_LIBRARY_PATH=/usr/local/cuda-10.2/lib64:$LD_LIBRARY_PATH source /gpfs/group/jtw13/default/gpu_anaconda/bin/activate
- Make sure you are in the correct environment (see point 4 above)
- Execute:
cd /gpfs/group/jtw13/default/turbo_seti/ git pull cd .. pip install ./turbo_seti