aws / aws-ofi-nccl

This is a plugin which lets EC2 developers use libfabric as network provider while running NCCL applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restore PSM3 transport for libfabric in .travis.yml

dmaryin opened this issue · comments

Hello aws_ofi_nccl maintainers,

I noticed that PSM3 provider was removed from libfabric build in your Travis config file, probably due to #85
As the issue has been resolved already, I guess this is not longer needed, could you please revisit this and re-enable PSM3 if possible?

BRs,
Denis.

Hey Denis,

We have removed any testing based off travis CI due to security concerns. We currently conduct manual testing internally which doesn't disable psm3 while building libfabric. The plan is to automate it for PR testing (The team is figuring out ways to integrate this with our infrastructure)

Hope that helps,
Rashika

Hello Rashika,

Is it possible to remove .travis.yml completely then? It can be confusing for a beginner to see –disable-psm3 in CI-related files and easily lead to conclusion "oh, it probably doesn't work".

BRs,
Denis.

Yes, definitely. We will remove it as part of CI cleanup.

Yes, definitely. We will remove it as part of CI cleanup.

Great, thanks!