Skip to content

Commit

Permalink
fix misc testing failures
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Harshbarger <ben.harshb@gmail.com>
  • Loading branch information
benharsh committed Jun 13, 2022
1 parent bd95702 commit 84bebf0
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion modules/packages/DistributedBag.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ module DistributedBag {
}

pragma "no doc"
proc writeThis(f) throws {
proc writeThis(ch) throws {
ch <~> "[";
var size = this.getSize();
for (i,iteration) in zip(this, 0..<size) {
Expand Down
4 changes: 2 additions & 2 deletions test/optimizations/bulkcomm/asenjo/ptransDR/v1/ptrans.good
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$CHPL_HOME/modules/standard/ChapelIO.chpl:770: In function 'write':
$CHPL_HOME/modules/standard/ChapelIO.chpl:771: warning: write with a style argument is deprecated
$CHPL_HOME/modules/standard/ChapelIO.chpl:780: In function 'write':
$CHPL_HOME/modules/standard/ChapelIO.chpl:781: warning: write with a style argument is deprecated
./util.chpl:46: called as write(args(0): real(64), args(1): iostyleInternal) from function 'showrealrow'
./util.chpl:41: called as showrealrow(ARR: [domain(2,int(64),false)] real(64), i: int(64))

Expand Down
4 changes: 2 additions & 2 deletions test/optimizations/bulkcomm/asenjo/ptransDR/v2/ptrans.good
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$CHPL_HOME/modules/standard/ChapelIO.chpl:770: In function 'write':
$CHPL_HOME/modules/standard/ChapelIO.chpl:771: warning: write with a style argument is deprecated
$CHPL_HOME/modules/standard/ChapelIO.chpl:780: In function 'write':
$CHPL_HOME/modules/standard/ChapelIO.chpl:781: warning: write with a style argument is deprecated
./util.chpl:46: called as write(args(0): real(64), args(1): iostyleInternal) from function 'showrealrow'
./util.chpl:41: called as showrealrow(ARR: [domain(2,int(64),false)] real(64), i: int(64))

Expand Down
8 changes: 4 additions & 4 deletions test/optimizations/bulkcomm/asenjo/stencilDR/v1/stencil.good
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$CHPL_HOME/modules/standard/ChapelIO.chpl:774: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:775: warning: writeln with a style argument is deprecated
$CHPL_HOME/modules/standard/ChapelIO.chpl:784: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:785: warning: writeln with a style argument is deprecated
./util.chpl:70: called as writeln(args(0): [domain(2,int(64),false)] real(64), args(1): iostyleInternal)
$CHPL_HOME/modules/standard/ChapelIO.chpl:770: In function 'write':
$CHPL_HOME/modules/standard/ChapelIO.chpl:771: warning: write with a style argument is deprecated
$CHPL_HOME/modules/standard/ChapelIO.chpl:780: In function 'write':
$CHPL_HOME/modules/standard/ChapelIO.chpl:781: warning: write with a style argument is deprecated
./util.chpl:92: called as write(args(0): real(64), args(1): iostyleInternal) from function 'showrealrow'
./util.chpl:87: called as showrealrow(ARR: [domain(2,int(64),false)] real(64), i: int(64))

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$CHPL_HOME/modules/standard/ChapelIO.chpl:774: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:775: warning: writeln with a style argument is deprecated
$CHPL_HOME/modules/standard/ChapelIO.chpl:784: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:785: warning: writeln with a style argument is deprecated
spectral-norm-barrier.chpl:86: called as writeln(args(0): real(64), args(1): iostyleInternal)
1.274224116
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$CHPL_HOME/modules/standard/ChapelIO.chpl:774: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:775: warning: writeln with a style argument is deprecated
$CHPL_HOME/modules/standard/ChapelIO.chpl:784: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:785: warning: writeln with a style argument is deprecated
spectral-norm-double-time.chpl:71: called as writeln(args(0): real(64), args(1): iostyleInternal)
1.274224116
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$CHPL_HOME/modules/standard/ChapelIO.chpl:774: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:775: warning: writeln with a style argument is deprecated
$CHPL_HOME/modules/standard/ChapelIO.chpl:784: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:785: warning: writeln with a style argument is deprecated
spectral-norm-no-reduct.chpl:77: called as writeln(args(0): real(64), args(1): iostyleInternal)
1.274224116
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$CHPL_HOME/modules/standard/ChapelIO.chpl:774: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:775: warning: writeln with a style argument is deprecated
$CHPL_HOME/modules/standard/ChapelIO.chpl:784: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:785: warning: writeln with a style argument is deprecated
spectral-norm-specify-step.chpl:91: called as writeln(args(0): real(64), args(1): iostyleInternal)
1.274224116
4 changes: 2 additions & 2 deletions test/studies/shootout/spectral-norm/lydia/spectral-norm.good
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$CHPL_HOME/modules/standard/ChapelIO.chpl:774: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:775: warning: writeln with a style argument is deprecated
$CHPL_HOME/modules/standard/ChapelIO.chpl:784: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:785: warning: writeln with a style argument is deprecated
spectral-norm.chpl:59: called as writeln(args(0): real(64), args(1): iostyleInternal)
1.274224116
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$CHPL_HOME/modules/standard/ChapelIO.chpl:774: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:775: warning: writeln with a style argument is deprecated
$CHPL_HOME/modules/standard/ChapelIO.chpl:784: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:785: warning: writeln with a style argument is deprecated
spectralnorm.chpl:73: called as writeln(args(0): real(64), args(1): iostyleInternal)
1.274224116
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$CHPL_HOME/modules/standard/ChapelIO.chpl:774: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:775: warning: writeln with a style argument is deprecated
$CHPL_HOME/modules/standard/ChapelIO.chpl:784: In function 'writeln':
$CHPL_HOME/modules/standard/ChapelIO.chpl:785: warning: writeln with a style argument is deprecated
spectralnorm_2.chpl:61: called as writeln(args(0): real(64), args(1): iostyleInternal)
1.274224116

0 comments on commit 84bebf0

Please sign in to comment.