Skip to content

Commit 219372a

Browse files
committed
Decrease the number of messages to use for same reason as the decrease in manyPuts -- the device does not support having too many messages in the send WR QP
1 parent 1136a2b commit 219372a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MPI/ibverbs.t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ TEST( IBVerbs, getAllToAll )
185185
comm.barrier();
186186
IBVerbs verbs( comm );
187187

188-
const int H = 1000.3 * nprocs;
188+
const int H = 100.3 * nprocs;
189189

190190
std::vector< int > a(H);
191191
std::vector< int > b(H);

0 commit comments

Comments
 (0)