Closed sroet closed 9 months ago
If the (-g or --gpuID) parameter is not provided by the user, we could make it in the pytom script that the command is then run with CUDA_VISIBLE_DEVICES=-1 (or whatever is used for no available devices). That way we could more easily switch off GPUs for testing.
Closing as they should point now to SBC-Utrecht/PyTom
This PR switches to
CUDA_VISIBLE_DEVICES
instead ofPYTOM_GPU
like most other softwares.fixes partly SBC-Utrecht/PyTom#41 (@McHaillet would anything else be needed after this PR?)