Closed MatthieuSchaller closed 1 year ago
Why are you using cuda?
Are you using backend="gpu"
or no?
No cuda. Just the base example on the webpage.
Can you show me what modules you're using? It seems it is getting a CUDA OOM error on just checking for the device. What happens if you just do the imports instead of actually trying to do anything?
Only module loaded is python/3.9.1-C8
I can't reproduce this on my end. I think it's likely a problem with your numba installation, rather than something swiftsimio specific. Try uninstalling and reinstalling numba.
As usual with me and python, it must be a keyboard-chair interface issue.
I am running this example: https://swiftsimio.readthedocs.io/en/latest/visualisation/projection.html#example
on a snapshot with 256^3 gas particles at z=1. Box is 150Mpc.
I get the following error with python 3.9.1 on a cosma-8 login node: