Skip to content

Commit f11fb95

Browse files
committed
added Luc Jualmes to authorlist
1 parent 9be1dfd commit f11fb95

File tree

6 files changed

+8
-0
lines changed

6 files changed

+8
-0
lines changed

AUTHORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Dr Ian Bush [consultant]
4444
HPC
4545

4646
External contributors:
47+
Luc Jaulmes
48+
patched v4's install process using CMake
4749
Jakub Adamski
4850
optimised distributed communication by sending max-size messages asynchronously
4951
Bruno Villasenor Alvarez on behalf of AMD

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# @author Oliver Thomson Brown
22
# @author Erich Essmann (patches including MSVC support)
33
# @author Tyson Jones (patches including clang multithreading)
4+
# @author Luc Jaulmes (patching install)
45
#
56
# Contributions to previous builds from:
67
# - Ania Brown

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ See the [docs](docs/README.md) for enabling acceleration and running the unit te
257257

258258
In addition to QuEST's [authors](AUTHORS.txt), we sincerely thank the following external contributors to QuEST.
259259

260+
- [Luc Jaulmes](https://github.com/lucjaulmes) for patching v4's CMake installation.
260261
- [Jakub Adamski](https://github.com/jjacobx) for optimising distributed communication of max-size messages.
261262
- [Bruno Villasenor Alvarez](https://github.com/bvillasen) of [AMD](https://www.amd.com/en.html) for porting the v3 GPU backend to [HIP](https://github.com/ROCm-Developer-Tools/HIP), for compatibility with AMD GPUs.
262263
- [HQS Quantum simulations](https://quantumsimulations.de/) for prototyping v3 `mixDamping`.

cmake/QuESTConfig.cmake.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @author Erich Essmann
2+
# @author Luc Jaulmes (patched use of LIB_NAME)
23

34
@PACKAGE_INIT@
45
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")

quest/include/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @author Oliver Thomson Brown
22
# @author Erich Essmann
3+
# @author Luc Jaulmes (using config file)
34

45
configure_file(quest.h.in "${CMAKE_BINARY_DIR}/include/quest.h" @ONLY)

quest/include/quest.h.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* deprecated v3 API, before including this header.
88
*
99
* @author Tyson Jones
10+
* @author Luc Jaulmes (patching CMake install)
1011
*
1112
* @defgroup api 📋 API
1213
*/
@@ -30,6 +31,7 @@
3031
#define QUEST_H
3132

3233

34+
// bind compile settings to installed exec
3335
#if !@MULTI_LIB_HEADERS@
3436
#cmakedefine FLOAT_PRECISION @FLOAT_PRECISION@
3537
#cmakedefine01 COMPILE_MPI

0 commit comments

Comments
 (0)