Aron Ahmadia
Aron Ahmadia
I don't think the Grid object was ever meant to be parallel. Is this still an issue?
> This was the original purpose of having a Patch object that would be the > top level object that would have encapsulated the non-parallel objects > where as the...
Fixed by removing yield-based testing framework :)
@certik, thanks for reporting this. It turns out that this is an intentionally unfixed bug in matplotlib's setup.py script, which relies on numpy already being installed to properly interact with...
Your master Clawpack and Riemann repositories are out of sync. Try bumping to master on both. On Sun, Nov 16, 2014 at 8:30 PM, Kyle Mandli [email protected] wrote: > I...
@amal-ghamdi - can you give us an update on this issue?
@gradylemoine, If you're measuring with top, you need to manually fire the garbage collector to make sure you're not looking at uncollected memory: ``` import gc gc.collect() ``` The bigger...
We are definitely supporting PyClaw with PETSc 3.2 on Shaheen. Do you remember where this code is or if it ended up getting pruned?
You can't mix and match Python packages between apt-get/hashstack, though you can mix-and-match dependencies (such as HDF5) if you're careful. Update for clarity: You can mix-and-match between hashstack and pip...
This is the file that needs h5py: https://github.com/clawpack/pyclaw/blob/master/.stack.yaml - it appears to be in here, so we'd need to debug why the h5py package in hashstack doesn't show up in...