hypre-space / hypre

Parallel solvers for sparse linear systems featuring multigrid methods.
https://www.llnl.gov/casc/hypre/
Other
674 stars 185 forks source link

skip transpose test with OMP #1077

Closed liruipeng closed 7 months ago

liruipeng commented 7 months ago

This PR removes the test of assembling $A^T$ using the IJ interface on CPUs with OpenMP, since the test violates an assumption made by the IJ interface.