chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.8k stars 421 forks source link

Change maximum message size to 128 #26282

Closed jhh67 closed 1 day ago

jhh67 commented 1 day ago

The test test/runtime/configMatters/comm/large-rma/bigTransfer.chpl fails if the maximum message size is less than 104 bytes. See https://github.com/Cray/chapel-private/issues/6901 for details, but for now change the size so the test passes.