Skip to content

Commit

Permalink
[alien bench] Temporary comment dump for Alien release compatibility.
Browse files Browse the repository at this point in the history
Can be removed when Alien 1.2 is released.
  • Loading branch information
stdcm committed Aug 26, 2022
1 parent 6cbf188 commit c3eb721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/AlienBench/AlienBenchModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -703,9 +703,9 @@ AlienBenchModule::test()
if(i==0)
{
Alien::MatrixMarketSystemWriter matrix_exporter("AlienBenchMatrixA.mtx",m_parallel_mng->messagePassingMng()) ;
matrix_exporter.dump(matrixA,description.str()) ;
// matrix_exporter.dump(matrixA,description.str()) ;
Alien::MatrixMarketSystemWriter vector_exporter("AlienBenchVectorB.mtx",m_parallel_mng->messagePassingMng()) ;
vector_exporter.dump(vectorB,description.str()) ;
// vector_exporter.dump(vectorB,description.str()) ;
}

Timer::Sentry ts(&psolve_timer);
Expand Down

0 comments on commit c3eb721

Please sign in to comment.