Skip to content

Conversation

@ksang
Copy link

@ksang ksang commented May 19, 2017

Issue #10

Only tested loopback test as I don't have env for MPI test running on two nodes.

/*
* GPUDirect Async latency benchmark
*
*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please address whitespace issues in a different pull req ?

if (!ctx->ah) {
fprintf(stderr, "Failed to create AH\n");
return 1;
union ibv_gid dgid;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could add a comment describing this fallback code.
e.g.. "this code is required for RoCE V1 and/or V2 blabla"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ferasd could you please review this change ?
as a context, it is required to run this test in RoCE mode.

if (!ctx->ah) {
fprintf(stderr, "Failed to create AH\n");
return 1;
ah_attr.is_global = 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as before, add a comment here

@drossetti
Copy link
Contributor

@ksang I'm going to integrate the cleaup branch into devel. can you please rebase this change on that other branch or wait ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants