ICAMS / python-ace

Other
57 stars 15 forks source link

Why can't the GPU be used? #29

Closed shidashuaige closed 1 year ago

shidashuaige commented 1 year ago

I followed the installation steps on this website: https://pacemaker.readthedocs.io/en/latest/pacemaker/install/ to install Pacemaker. It says that Pacemaker uses GPU by default, and I confirmed that there is only one GPU on the server and the CUDA version is 11.6. However, when I tried to run the Cu-II example with the command "pacemaker input.yaml", I found that it did not use the GPU and only used CPU. How can I solve this problem?