Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Update libfabric configure instructions
  • Loading branch information
ytava committed Oct 31, 2023
1 parent dddc1e9 commit f111b26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ dev:
-Wall -shared -o libhccl_ofi_wrapper.so -fPIC hccl_ofi_wrapper.cpp \
-L$(root)/lib/ -lfabric

gdb:
$(CC) -std=gnu++0x -I${HCL_ROOT}/include/ -I$(root)/include/ \
-ggdb -Wall -shared -o libhccl_ofi_wrapper.so -fPIC hccl_ofi_wrapper.cpp \
-L$(root)/lib/ -lfabric

clean:
rm -f libhccl_ofi_wrapper.so
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Please follow the instructions below:<br />
```
9. Configure libfabric
```
./configure --prefix=$LIBFABRIC_ROOT --enable-debug
./configure --prefix=$LIBFABRIC_ROOT --with-synapseai=/usr
```
10. Build and install libfabric
```
Expand Down

0 comments on commit f111b26

Please sign in to comment.