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
When running MULTEM on CPU, by setting: input_multem.system_conf.device = 1;
the code seems to try and allocate some GPU memory at some point anyway. Even though the simulation runs fine on the CPU, it will give an error message CUDA error: out of memory in the command prompt when there is no GPU memory available.
The text was updated successfully, but these errors were encountered:
When running MULTEM on CPU, by setting:
input_multem.system_conf.device = 1;
the code seems to try and allocate some GPU memory at some point anyway. Even though the simulation runs fine on the CPU, it will give an error message
CUDA error: out of memory
in the command prompt when there is no GPU memory available.The text was updated successfully, but these errors were encountered: