Skip to content

Commit

Permalink
Add SPDX short-form identifiers to programs/linear_algebra.
Browse files Browse the repository at this point in the history
  • Loading branch information
aemccoy committed Feb 13, 2021
1 parent 51d9500 commit bfbb6bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion programs/linear_algebra/module.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module_units_h :=
module_units_cpp-h :=

# module_units_f :=
module_programs_cpp := spectra_dense_timing spectra_example_symm
module_programs_cpp := spectra_dense_timing
#module_programs_cpp := scalapack_test
# module_programs_f :=
# module_generated :=
Expand Down
4 changes: 3 additions & 1 deletion programs/linear_algebra/scalapack_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
i j rows cols
Anna E. McCoy and Patrick J. Fasano
University of Notre Dame
University of Notre Dame and TRIUMF
SPDX-License-Identifier: MIT
01/11/19 (pjf): Create.
****************************************************************/
Expand Down
4 changes: 3 additions & 1 deletion programs/linear_algebra/spectra_dense_timing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
Carry out timing trials for dense matrix diagonalization with
Spectra solver.
Anna E. McCoy and Mark A. Caprio
Mark A. Caprio
University of Notre Dame
SPDX-License-Identifier: MIT
2/14/17 (mac): Create, based on example from spectra/README.md.
+ Update coding conventions (for includes and namespaces).
****************************************************************/
Expand Down

0 comments on commit bfbb6bf

Please sign in to comment.