We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88989b6 commit a3ea410Copy full SHA for a3ea410
test/matchedNodeElmReader.cc
@@ -614,7 +614,7 @@ std::vector<BlockInfo> readHeader(std::ifstream& fh) {
614
rewindStream(fh);
615
const int self = PCU_Comm_Self();;
616
bool ret = seekPart(fh, std::to_string(self));
617
- assert(ret);
+ PCU_ALWAYS_ASSERT(ret);
618
auto blockInfo = readTopoBlockInfo(fh);
619
assert(blockInfo.size()>0);
620
for(auto b : blockInfo) {
0 commit comments