Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ fort.*

# generated subroutines
Source/INCLUDE/*.F90.inc

# CPack stuff (for in-source LAPACK builds)
CPack*.cmake
14 changes: 10 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
[submodule "superlu"]
path = superlu
path = submodules/superlu
url = https://github.com/xiaoyeli/superlu
ignore = all
update = checkout
branch = master

[submodule "superlu_mt"]
path = superlu_mt
path = submodules/superlu_mt
url = https://github.com/xiaoyeli/superlu_mt
ignore = all
update = checkout
branch = master
[submodule "metis/GKlib"]
path = metis/GKlib
path = submodules/GKlib
url = https://github.com/KarypisLab/GKlib.git
ignore = all
update = checkout
branch = master
[submodule "metis/METIS"]
path = metis/METIS
path = submodules/metis
url = https://github.com/KarypisLab/METIS.git
ignore = all
update = checkout
branch = master
[submodule "Source/lapack"]
path = submodules/lapack
url = https://github.com/Reference-LAPACK/lapack.git
ignore = all
update = checkout
branch = master
324 changes: 0 additions & 324 deletions BLAS/DGEMM.f

This file was deleted.

Loading
Loading