Skip to content

Commit 47a9ce6

Browse files
committed
Set ASM1 algorithm to CHOLMOD
1 parent 53b8630 commit 47a9ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elliptic/box/crs_box.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ struct box *crs_box_setup(uint n, const ulong *id, uint nnz, const uint *Ai,
251251
if (tmp)
252252
box->mult = atoi(tmp);
253253

254-
box->algo = BOX_GPU_BLAS;
254+
box->algo = BOX_CHOLMOD;
255255
tmp = getenv("NEKRS_CRS_ALGO");
256256
if (tmp)
257257
box->algo = atoi(tmp);

0 commit comments

Comments
 (0)