You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have tried installing BBHx on a GPU cluster
when I import the Waveform generator as such
import numpy as np
import cupy as cp
from bbhx.waveformbuild import BBHWaveformFD
It fails to load the GPU module for the resposnse and it imports the CPU one.
the error happening in "response/fastfdresponse.py" is: No module named 'bbhx.response.cutils'
For completeness’s sake, I leave the specifics of the machine I am doing the installation on:
python 3.12
cuda/12.1
GPUs: NVIDIA Tesla P100 PCIe
The text was updated successfully, but these errors were encountered:
Hi,
I have tried installing BBHx on a GPU cluster
when I import the Waveform generator as such
It fails to load the GPU module for the resposnse and it imports the CPU one.
the error happening in "response/fastfdresponse.py" is:
No module named 'bbhx.response.cutils'
For completeness’s sake, I leave the specifics of the machine I am doing the installation on:
The text was updated successfully, but these errors were encountered: