Skip to content

Commit

Permalink
Remove support for ellsort format
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlucf22 authored and nicolasbock committed Aug 11, 2023
1 parent 72c8916 commit bae89a8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions benchmarks/dmconstruction_graphBased/aux_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ subroutine prg_parse_bioham(bioham,filename)
bioham%bml_type = BML_MATRIX_CSR
elseif(valvector_char(2) == "Ellblock")then
bioham%bml_type = BML_MATRIX_ELLBLOCK
elseif(valvector_char(2) == "Ellsort")then
bioham%bml_type = BML_MATRIX_ELLSORT
endif

bioham%systemfilename = valvector_char(3)
Expand Down
2 changes: 0 additions & 2 deletions src/prg_modelham_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ subroutine prg_parse_mham(mham,filename)
mham%bml_type = BML_MATRIX_CSR
elseif(valvector_char(2) == "Ellblock")then
mham%bml_type = BML_MATRIX_ELLBLOCK
elseif(valvector_char(2) == "Ellsort")then
mham%bml_type = BML_MATRIX_ELLSORT
endif

!Integers
Expand Down
2 changes: 0 additions & 2 deletions src/prg_sp2parser_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ subroutine prg_parse_sp2(sp2data,filename)
sp2data%bml_type = BML_MATRIX_ELLPACK
elseif(valvector_char(2) == "Ellblock")then
sp2data%bml_type = BML_MATRIX_ELLBLOCK
elseif(valvector_char(2) == "Ellsort")then
sp2data%bml_type = BML_MATRIX_ELLSORT
endif
sp2data%sp2conv = valvector_char(3)
sp2data%flavor = valvector_char(4)
Expand Down

0 comments on commit bae89a8

Please sign in to comment.