-
Hello JUDI developers, I’m encountering an issue where the built-in JUDI tests show GPU utilization correctly after setting the environment variables in my notebook, but when I try to run my own tasks such as forward modeling or Reverse Time Migration (RTM), only the CPU is being utilized. Could you help me find the potential cause of this discrepancy? Julia Version 1.10.5 I would appreciate guidance on the paths I should investigate or potential misconfigurations that could be leading to this behavior. Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
How do you monitor the gpuy usage, and what's the problem size you are running? |
Beta Was this translation helpful? Give feedback.
There is a utility function
set_devito_config
that allows you to modify the devito configuration from a script or notebook. For example you can doset_devito_config("log-level", "DEBUG")
Yes it does, you might need to look at the CUDA.jl documentation to make sure each worker is pinned to its own GPU.