On Nov 7, 2014, at 11:16 AM, Lydia Duncan <[email protected]<mailto:[email protected]>> wrote:
On 11/07/2014 11:10 AM, Mike Noakes wrote: [Error matching program output for memory/sungeun/refCount/domainMaps] This generates internal counts about the amount of memory being leaked. These counts are different for baseline. Does this test fail with the same amount of memory with --memTrack by any chance? The leaks that I saw for baseline earlier were a result of including DefaultRectangular debugging output calls (to chpl__testPar), this sounds pretty similar. I resolved it with https://github.com/chapel-lang/chapel/pull/747 Lydia Sorry not to have been more clear. The test is defined to run with —memTrack and generates an error if it is not set. Here are the counts reported for a standard build and then for a —baseline Mike Default Dist ============ STD BASE Copy of domain map: 0 0 Return domain map: 0 0 Create domain: 0 0 Create domain and array: 0 0 total: 143 143 Block Dist ========== Copy of domain map: 0 0 Return domain map: 0 0 Create domain: 224 240 Create domain and array: 1000 1066 total: 1367 1449 Cyclic Dist =========== Copy of domain map: 0 0 Return domain map: 112 120 Create domain: 224 240 Create domain and array: 1008 1032 total: 1599 1655 Block-Cyclic Dist ================= Copy of domain map: 48 48 Return domain map: 96 96 Create domain: 448 480 Create domain and array: 1936 2000 total: 2767 2863 Replicated Dist =============== Copy of domain map: 32 32 Return domain map: 192 192 Create domain: 320 336 Create domain and array: 1088 1112 total: 2095 2135
------------------------------------------------------------------------------
_______________________________________________ Chapel-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-developers
