Skip to content

Commit

Permalink
v1.21.0rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Jianxin Xiong <[email protected]>
  • Loading branch information
j-xiong committed Mar 16, 2024
1 parent 84c6eec commit 781093e
Show file tree
Hide file tree
Showing 13 changed files with 600 additions and 309 deletions.
18 changes: 18 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Alex McKinley <[email protected]>
Alex McKinley <[email protected]>
Alexia Ingerson <[email protected]>
alexia.ingerson <[email protected]>
Amir Shehata <[email protected]>
Amir Shehata <[email protected]>
Amith Abraham <[email protected]>
Ana Guerrero López <[email protected]>
Expand All @@ -17,6 +18,7 @@ Andrew Friedley <[email protected]>
Andrey Lobanov <[email protected]>
Anthony Zinger <[email protected]>
Ao Li <[email protected]>
Archana Venkatesha <[email protected]>
Arun C Ilango <[email protected]>
arun ilango <[email protected]>
Arun Ilango <[email protected]>
Expand All @@ -28,6 +30,7 @@ AWS ParallelCluster user <[email protected]>
AWS ParallelCluster user <[email protected]>
aws-ceenugal <[email protected]>
Ben Lynam <[email protected]>
Ben Lynam <[email protected]>
Ben Lynam <[email protected]>
Ben Menadue <[email protected]>
Ben Turrubiates <[email protected]>
Expand All @@ -43,6 +46,7 @@ Brian J. Murrell <[email protected]>
Brian Li <[email protected]>
bwilsoncn <[email protected]>
Casey Carter <[email protected]>
chadkoster-hpe <[email protected]>
Chang Hyun Park <[email protected]>
Charles J Archer <[email protected]>
Charles King <[email protected]>
Expand All @@ -52,10 +56,13 @@ Chen Zhao <[email protected]>
Chenwei Zhang <[email protected]>
Chien Tin Tung <[email protected]>
Chris Dolan <[email protected]>
Chris Taylor <[email protected]>
Chuck Fossen <[email protected]>
Cody Mann <[email protected]>
Coni Gehler <[email protected]>
ct-clmsn <[email protected]>
Dardo D Kleiner <[email protected]>
dariuszsciebura <[email protected]>
Darryl Abbate <[email protected]>
Dave Goodell <[email protected]>
David Noel <[email protected]>
Expand All @@ -66,6 +73,8 @@ Dmitry Durnov <[email protected]>
Dmitry Gladkov <[email protected]>
Doug Oucharek <[email protected]>
Edgar Gabriel <[email protected]>
Elias Kozah <[email protected]>
Elias Kozah <[email protected]>
Eric Raut <[email protected]>
Erik Paulson <[email protected]>
Erik Paulson <[email protected]>
Expand All @@ -76,6 +85,7 @@ Evgeny Leksikov <[email protected]>
Ezra Kissel <[email protected]>
Firas Jahjah <[email protected]>
Frank Zago <[email protected]>
Franz Pöschel <[email protected]>
fullerdj <[email protected]>
Gal Pressman <[email protected]>
Gengbin Zheng <[email protected]>
Expand Down Expand Up @@ -110,14 +120,17 @@ Jeff Squyres <[email protected]>
Jerome Berryhill <[email protected]>
Jerome Boyd Berryhill <[email protected]>
Jerome Soumagne <[email protected]>
Jessie Yang <[email protected]>
Jiakun Yan <[email protected]>
Jianshui Yu <[email protected]>
Jianxin Xiong <[email protected]>
jianxin.xiong <[email protected]>
Jie Zhang <[email protected]>
Jim Snow <[email protected]>
Jingyin Tang <[email protected]>
Jithin Jose <[email protected]>
Joe Doyle <[email protected]>
Joe Nemeth <[email protected]>
Johannes Ziegenbalg <[email protected]>
John Biddiscombe <[email protected]>
John Byrne <[email protected]>
Expand All @@ -139,6 +152,7 @@ kseager <[email protected]>
Kyle Gerheiser <[email protected]>
Latchesar Ionkov <[email protected]>
Leena Radeke <[email protected]>
Lindsay Reiser <[email protected]>
Lisanna Dettwyler <[email protected]>
Lisanna Dettwyler <[email protected]>
Lukasz Dorau <[email protected]>
Expand All @@ -163,6 +177,7 @@ mmubarak <[email protected]>
Mohan Gandhi <[email protected]>
muttormark <[email protected]>
Neil Spruit <[email protected]>
Nicholas Sielicki <[email protected]>
Nicolas Morey-Chaisemartin <[email protected]>
Nikhil Nanal <[email protected]>
nikhilnanal <[email protected]>
Expand Down Expand Up @@ -204,6 +219,7 @@ Robert Wespetal <[email protected]>
Rohit Zambre <[email protected]>
Ryan Hankins <[email protected]>
Ryan Hankins <[email protected]>
Rémi Dehenne <[email protected]>
Sai Sunku <[email protected]>
Sannikov, Alexander <[email protected]>
Sayantan Sur <[email protected]>
Expand Down Expand Up @@ -237,7 +253,9 @@ Thomas Gillis <[email protected]>
Thomas Huber <[email protected]>
Thomas Huber <[email protected]>
Thomas Smith <[email protected]>
thomasgillis <[email protected]>
Thorsten Schütt <[email protected]>
Tim Hu <[email protected]>
Tim Thompson <[email protected]>
Tim Thompson <[email protected]>
Todd Rimmer <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ src_libfabric_la_LIBADD =
src_libfabric_la_DEPENDENCIES = libfabric.map

if !EMBEDDED
src_libfabric_la_LDFLAGS += -version-info 24:0:23
src_libfabric_la_LDFLAGS += -version-info 25:0:24
endif
src_libfabric_la_LDFLAGS += -export-dynamic \
$(libfabric_version_script)
Expand Down
Loading

0 comments on commit 781093e

Please sign in to comment.