bifrost
bifrost copied to clipboard
gpu allocation
I couldn’t get bifrost code to fully execute on a GPU other than GPU=0, but if you set an environment variable like this before running the code, it will work correctly:
CUDA_VISIBLE_DEVICES=2 spip_correlator.py
(Not sure if this is just our setup)