Skip to content

Commit

Permalink
Add missing no-local good files for AVE tests (#26704)
Browse files Browse the repository at this point in the history
I forgot to add `no-local.good` files for two relatively new tests,
which caused nightly failures. This PR adds those.

Tested locally.

[Trivial, not reviewed]
  • Loading branch information
e-kayrakli authored Feb 12, 2025
2 parents 0d1eb5f + 248e180 commit 714a6e0
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
ArrayViewElision supported (dynamic locality check required) distributedToLocal.chpl:11
lhsBaseType: [domain(1,int(64),one)] int(64)
lhsIndexingExprs:
range(int(64),both,one)
rhsBaseType: [BlockDom(1,int(64),one,unmanaged DefaultDist)] int(64)
rhsIndexingExprs:
range(int(64),both,one)

ArrayViewElision supported (dynamic locality check required) distributedToLocal.chpl:24
lhsBaseType: [domain(1,int(64),one)] int(64)
lhsIndexingExprs:
range(int(64),both,one)
rhsBaseType: [CyclicDom(1,int(64),one)] int(64)
rhsIndexingExprs:
range(int(64),both,one)

ArrayViewElision supported (dynamic locality check required) distributedToLocal.chpl:35
lhsBaseType: [domain(1,int(64),one)] int(64)
lhsIndexingExprs:
range(int(64),both,one)
rhsBaseType: [StencilDom(1,int(64),one,false)] int(64)
rhsIndexingExprs:
range(int(64),both,one)

operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown
In DefaultRectangular._simpleTransfer(): Alo=(0,), Blo=(0,), len=1, elemSize=8
operator =(a:[],b:[]): successfully completed bulk transfer
operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown
In DefaultRectangular._simpleTransfer(): Alo=(0,), Blo=(0,), len=1, elemSize=8
operator =(a:[],b:[]): successfully completed bulk transfer
Performing protoSlice bulk transfer
operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): attempting doiBulkTransferToKnown
operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown
In DefaultRectangular._simpleTransfer(): Alo=(3,), Blo=(3,), len=3, elemSize=8
operator =(a:[],b:[]): successfully completed bulk transfer
operator =(a:[],b:[]): successfully completed bulk transfer
1 1 2 2 2 1 1 1 1 1
Performing protoSlice bulk transfer
operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): bulk transfer did not happen
1 1 2 2 2 1 1 1 1 1
Performing protoSlice bulk transfer
operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): attempting doiBulkTransferToKnown
operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown
In DefaultRectangular._simpleTransfer(): Alo=(3,), Blo=(3,), len=3, elemSize=8
operator =(a:[],b:[]): successfully completed bulk transfer
operator =(a:[],b:[]): successfully completed bulk transfer
1 1 2 2 2 1 1 1 1 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
ArrayViewElision supported (dynamic locality check required) localToDistributed.chpl:11
lhsBaseType: [BlockDom(1,int(64),one,unmanaged DefaultDist)] int(64)
lhsIndexingExprs:
range(int(64),both,one)
rhsBaseType: [domain(1,int(64),one)] int(64)
rhsIndexingExprs:
range(int(64),both,one)

ArrayViewElision supported (dynamic locality check required) localToDistributed.chpl:24
lhsBaseType: [CyclicDom(1,int(64),one)] int(64)
lhsIndexingExprs:
range(int(64),both,one)
rhsBaseType: [domain(1,int(64),one)] int(64)
rhsIndexingExprs:
range(int(64),both,one)

ArrayViewElision supported (dynamic locality check required) localToDistributed.chpl:35
lhsBaseType: [StencilDom(1,int(64),one,false)] int(64)
lhsIndexingExprs:
range(int(64),both,one)
rhsBaseType: [domain(1,int(64),one)] int(64)
rhsIndexingExprs:
range(int(64),both,one)

operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown
In DefaultRectangular._simpleTransfer(): Alo=(0,), Blo=(0,), len=1, elemSize=8
operator =(a:[],b:[]): successfully completed bulk transfer
operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown
In DefaultRectangular._simpleTransfer(): Alo=(0,), Blo=(0,), len=1, elemSize=8
operator =(a:[],b:[]): successfully completed bulk transfer
Performing protoSlice bulk transfer
operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown
operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown
In DefaultRectangular._simpleTransfer(): Alo=(3,), Blo=(3,), len=3, elemSize=8
operator =(a:[],b:[]): successfully completed bulk transfer
operator =(a:[],b:[]): successfully completed bulk transfer
1 1 2 2 2 1 1 1 1 1
Performing protoSlice bulk transfer
operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): bulk transfer did not happen
1 1 2 2 2 1 1 1 1 1
Performing protoSlice bulk transfer
operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown
operator =(a:[],b:[]): in chpl__bulkTransferArray
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown
In DefaultRectangular._simpleTransfer(): Alo=(3,), Blo=(3,), len=3, elemSize=8
operator =(a:[],b:[]): successfully completed bulk transfer
operator =(a:[],b:[]): successfully completed bulk transfer
1 1 2 2 2 1 1 1 1 1

0 comments on commit 714a6e0

Please sign in to comment.