forked from ofiwg/libfabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jianxin Xiong <[email protected]>
- Loading branch information
Showing
5 changed files
with
98 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,7 @@ Chenwei Zhang <[email protected]> | |
Chien Tin Tung <[email protected]> | ||
Chris Dolan <[email protected]> | ||
Chris Taylor <[email protected]> | ||
Chuck Fossen <[email protected]> | ||
Chuck Fossen <[email protected]> | ||
Chuck Fossen <[email protected]> | ||
Cody Mann <[email protected]> | ||
|
@@ -140,6 +141,7 @@ Joe Nemeth <[email protected]> | |
Johannes Ziegenbalg <[email protected]> | ||
John Biddiscombe <[email protected]> | ||
John Byrne <[email protected]> | ||
John Heemstra <[email protected]> | ||
Jonathan Behrens <[email protected]> | ||
Jorge Cabrera <[email protected]> | ||
jose <jose@cst-fs.(none)> | ||
|
@@ -190,6 +192,7 @@ Neil Spruit <[email protected]> | |
Nicholas Sielicki <[email protected]> | ||
Nicolas Morey-Chaisemartin <[email protected]> | ||
Nikhil Nanal <[email protected]> | ||
nikhil nanal <[email protected]> | ||
nikhilnanal <[email protected]> | ||
nikhilnanal <[email protected]> | ||
nikhilnanal <[email protected]> | ||
|
@@ -199,6 +202,7 @@ Noam Beer <[email protected]> | |
Oblomov, Sergey <[email protected]> | ||
Oblomov, Sergey <[email protected]> | ||
OFIWG Bot <[email protected]> | ||
Olga Weiss <[email protected]> | ||
Olivier Serres <[email protected]> | ||
orbea <[email protected]> | ||
Paolo Inaudi <[email protected]> | ||
|
@@ -229,6 +233,7 @@ Robert Wespetal <[email protected]> | |
Rohit Zambre <[email protected]> | ||
Ryan Hankins <[email protected]> | ||
Ryan Hankins <[email protected]> | ||
Ryan Hankins <[email protected]> | ||
Rémi Dehenne <[email protected]> | ||
Sai Sunku <[email protected]> | ||
Sannikov, Alexander <[email protected]> | ||
|
@@ -285,6 +290,7 @@ Wenduo Wang <[email protected]> | |
wenduwan <[email protected]> | ||
wenduwan <[email protected]> | ||
Wesley Bland <[email protected]> | ||
wey <[email protected]> | ||
William Zhang <[email protected]> | ||
Xuezhao Liu <[email protected]> | ||
Xuyang Wang <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ dnl | |
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.60]) | ||
AC_INIT([libfabric], [2.0.0beta], [[email protected]]) | ||
AC_INIT([libfabric], [2.0.0rc1], [[email protected]]) | ||
AC_CONFIG_SRCDIR([src/fabric.c]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AC_CONFIG_MACRO_DIR(config) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ dnl | |
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.57) | ||
AC_INIT([fabtests], [2.0.0beta], [[email protected]]) | ||
AC_INIT([fabtests], [2.0.0rc1], [[email protected]]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AC_CONFIG_MACRO_DIR(config) | ||
AC_CONFIG_HEADERS(config.h) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters