Skip to content

Tusay/psu_seti_576

Repository files navigation

Getting started

  1. Make sure you have access to ACI:

    • Follow the account setup procedure here
  2. Make sure you access to /gpfs/group/jtw13/default

  3. Set up an SSH key for GitHub (if you haven't already):

    • Follow the Linux directions here
  4. Clone this repo:

cd ~/work/
git clone git@github.com:Tusay/psu_seti_576.git
  1. 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

Updating turbo_seti

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published