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
If CUDA is not used for this example, it will take 4-5 hours. But when using CUDA, there are always errors, thinking it's due to insufficient memory. Now that it's increased to 128GB, the same problem still persists.
The text was updated successfully, but these errors were encountered:
in your run directory, the OUTPUT_FILES/output_solver.txt file should show how much memory per process it requires on the GPU. in your case, it seems that the card runs out of memory before all the arrays can be allocated on the GPU. you likely will need to use more GPU cards.
hi,
readme.txt
If CUDA is not used for this example, it will take 4-5 hours. But when using CUDA, there are always errors, thinking it's due to insufficient memory. Now that it's increased to 128GB, the same problem still persists.
The text was updated successfully, but these errors were encountered: