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 set "use_cuda": True in my configure file, but openchem only uses cpus when running on our cluster.
The following two screen shot are my configure file and output in the terminal.
I also tried to add --use_cuda=True as a flag to the bash command. From the terminal output, it seems that openchem knows to use cuda. But the machine has a problem in recognizing the use_cuda command.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I set
"use_cuda": True
in my configure file, but openchem only uses cpus when running on our cluster.The following two screen shot are my configure file and output in the terminal.
I also tried to add
--use_cuda=True
as a flag to the bash command. From the terminal output, it seems that openchem knows to use cuda. But the machine has a problem in recognizing theuse_cuda
command.Thanks!
The text was updated successfully, but these errors were encountered: