Skip to content

Commit

Permalink
Add HSS
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Jun 25, 2024
1 parent f7db1ed commit 425008c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions run_h2opus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@ for k in 25 50 75 100 125 150 200 225 250 275 300 325 350; do
--sp_print_compressed_front_stats \
> ${out}/P3_${k}_${comp}_tol${tol}_leaf${leaf}.log

comp=HSS
./build/examples/sparse/testPoisson3d \
$k \
--sp_nx $k --sp_ny $k --sp_nz $k \
--sp_disable_gpu \
--sp_disable_openmp_tree \
--sp_compression $comp \
--hss_rel_tol $tol \
--hss_abs_tol $tol \
--hss_leaf_size $leaf \
--sp_compression_min_sep_size $sep \
--sp_compression_min_front_size 100000000 \
--sp_print_compressed_front_stats \
> ${out}/P3_${k}_${comp}_tol${tol}_leaf${leaf}.log

comp=BLR
./build/examples/sparse/testPoisson3d \
$k \
Expand Down

0 comments on commit 425008c

Please sign in to comment.