diff --git a/Makefile b/Makefile index 972582eb..14f7bc81 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ MSCLLPPTESTBINS := $(MSCLLPPTESTBINFILESLIST:%=$(BUILDDIR)/$(BINDIR)/$(T INCLUDE := -Isrc -Isrc/include -.PHONY: all build lib tests mscclpp_test clean +.PHONY: all build lib unittests tests mscclpp-test cpplint cpplint-autofix cpplint-file-autofix clean all: build diff --git a/src/include/mscclpp.h b/src/include/mscclpp.h index 6b60a8f2..33ddc47b 100644 --- a/src/include/mscclpp.h +++ b/src/include/mscclpp.h @@ -29,8 +29,8 @@ struct alignas(16) mscclppDevConnSignalEpochId uint64_t proxy; }; - -struct mscclppBaseConn { +struct mscclppBaseConn +{ int remoteRank; int tag;