-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I'm trying to run tests/functional/Hydro/Sedov/Sedov-cylindrical-2d.py in a new build of spheral on our cluster. The "smoke test" works without issue.
[xxxxxx@host ~]$ mpirun -np 2 /opt/ohpc/pub/apps/spheral/latest/bin/spheral -c "import Spheral"
/------------------------------------------------------------------------------
| Spheral version : v2025.06.1 74361a1 develop |
| number of MPI tasks : 2 |
| number of threads per rank: 8 |
------------------------------------------------------------------------------/
But when I run the test case, the code returns a memory issue that effectively looks like it is attempting to "malloc(null)". I ran the case through valgrind trying to get some additional information. That output is attached. I acknowledge that it is entirely possible that I am running the code incorrectly. Any feedback you can provide would be greatly appreciated.