Verified Commit cfa31c1a authored by Marc Vef's avatar Marc Vef
Browse files

opx sq

parent 7246b380
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -111,6 +111,8 @@ extract_protocol(const string& uri) {
        protocol = gkfs::rpc::protocol::ofi_psm2;
    } else if(uri.find(gkfs::rpc::protocol::ofi_verbs) != string::npos) {
        protocol = gkfs::rpc::protocol::ofi_verbs;
    } else if(uri.find(gkfs::rpc::protocol::ofi_opx) != string::npos) {
        protocol = gkfs::rpc::protocol::ofi_opx;
    }
    // check for shared memory protocol. Can be plain shared memory or real ofi
    // protocol + auto_sm