| 1a996575 | 06-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
vtk: fix reset/reuse of 'dtype' variable - that caused memory leak
arch-linux-opt-cxx-quad src/ts/examples/tutorials runex26
> [ 0]3200 bytes PetscViewerVTKFWrite() line 265 in /sandbox/petsc/petsc
vtk: fix reset/reuse of 'dtype' variable - that caused memory leak
arch-linux-opt-cxx-quad src/ts/examples/tutorials runex26
> [ 0]3200 bytes PetscViewerVTKFWrite() line 265 in /sandbox/petsc/petsc.clone-3/src/sys/classes/viewer/impls/vtk/vtkv.c
show more ...
|
| fc44a893 | 07-Sep-2017 |
Toby Isaac <tisaac@cc.gatech.edu> |
PetscRandom: birthday spacing for failures of rand48, sprng
The birthday spacing test: if we divide up the unit hypercube into equal size numbered bins, put random points in those bins, and count th
PetscRandom: birthday spacing for failures of rand48, sprng
The birthday spacing test: if we divide up the unit hypercube into equal size numbered bins, put random points in those bins, and count the number of times the same jump between successive bins occurs, then for a large number of bins and points we expect that collision count to follow a Poisson distribution. Poor quality PRNGs produce way too many collisions to be random, which this test demonstrates
show more ...
|