mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
node infiniband: fixed a typo
This commit is contained in:
parent
0f7d08364d
commit
eabd3dbb32
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ int ib_parse(struct node *n, json_t *cfg)
|
|||
ib->qp_init.qp_type = IBV_QPT_UC;
|
||||
#else
|
||||
error("Unreliable Connected (UC) mode is only available with an adapted version of librdma. Please"
|
||||
"read the Infiniband node type Documentation for more information on UC!",
|
||||
"read the Infiniband node type Documentation for more information on UC!");
|
||||
#endif
|
||||
}
|
||||
else if (strcmp(transport_mode, "UD") == 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue