bifrost icon indicating copy to clipboard operation
bifrost copied to clipboard

gpu allocation

Open telegraphic opened this issue 5 years ago • 0 comments

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)

telegraphic avatar Dec 15 '20 00:12 telegraphic