Skip to content

Commit

Permalink
Add reference for DLA-Future
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli authored May 30, 2024
1 parent 2de3de7 commit 3905869
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
25 changes: 24 additions & 1 deletion src/common/bibliography.F
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ MODULE bibliography
Rycroft2009, Thomas2015, Brehm2018, Brehm2020, Shigeta2001, Heinecke2016, &
Brehm2021, Bussy2021a, Bussy2021b, Ditler2021, Ditler2022, Mattiat2019, &
Mattiat2022, Belleflamme2023, Knizia2013, Musaelian2023, Eriksen2020, &
Bussy2023, Wang2018, Zeng2023, Graml2024
Bussy2023, Wang2018, Zeng2023, Graml2024, Solca2024

CONTAINS

Expand Down Expand Up @@ -4984,6 +4984,29 @@ SUBROUTINE add_all_references()
"ER"), &
DOI="10.1063/5.0155600")

CALL add_reference(key=Solca2024, ISI_record=s2a( &
"TY CONF", &
"AU Solcà, Raffaele", &
" Simberg, Mikael", &
" Meli, Rocco", &
" Invernizzi, Alberto", &
" Reverdell, Auriane", &
" Biddiscombe, John", &
"PY 2024", &
"TI DLA-Future: A Task-Based Linear Algebra Library", &
" Which Provides a GPU-Enabled Distributed Eigensolver", &
"SO Asynchronous Many-Task Systems and Applications (WAMTA2024)", &
"JF Asynchronous Many-Task Systems and Applications (WAMTA2024)", &
"JO Asynchronous Many-Task Systems and Applications (WAMTA2024)", &
"SP 135", &
"EP 141", &
"PB Springer Nature Switzerland", &
"CY Cham", &
"SN 978-3-031-61763-8", &
"DI 10.1007/978-3-031-61763-8_13", &
"ER"), &
DOI="10.1007/978-3-031-61763-8_13")

END SUBROUTINE add_all_references

END MODULE bibliography
3 changes: 2 additions & 1 deletion src/environment.F
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
MODULE environment
USE bibliography, ONLY: Frigo2005,&
Marek2014,&
Solca2024,&
cite_reference
USE cp2k_info, ONLY: &
compile_arch, compile_date, compile_host, compile_revision, cp2k_flags, cp2k_home, &
Expand Down Expand Up @@ -610,7 +611,7 @@ SUBROUTINE read_global_section(root_section, para_env, globenv)
globenv%diag_library = "cuSOLVER"
CASE (FM_DIAG_TYPE_DLAF)
globenv%diag_library = "DLAF"
! TODO: Add citation when available
CALL cite_reference(Solca2024)
CASE DEFAULT
CPABORT("Unknown diagonalization library specified")
END SELECT
Expand Down

0 comments on commit 3905869

Please sign in to comment.