Resync with changes in gitilab-master code

This commit is contained in:
David Addison
2021-06-28 18:23:12 -07:00
parent 9dae3d3a37
commit 1ae8cdc315
2 changed files with 40 additions and 46 deletions
+3 -2
View File
@@ -54,8 +54,8 @@ typedef enum {
if (r!= testSuccess) { \
char hostname[1024]; \
getHostName(hostname, 1024); \
printf(" .. %s: Test failure %s:%d\n", \
hostname, \
printf(" .. %s pid %d: Test failure %s:%d\n", \
hostname, getpid(), \
__FILE__,__LINE__); \
return r; \
} \
@@ -78,6 +78,7 @@ extern struct testColl allGatherTest;
extern struct testColl reduceScatterTest;
extern struct testColl broadcastTest;
extern struct testColl reduceTest;
extern struct testColl alltoAllTest;
struct testEngine {
void (*getBuffSize)(size_t *sendcount, size_t *recvcount, size_t count, int nranks);