From 69b5bdfd133d6dacf7c90c26a7a44852239e0739 Mon Sep 17 00:00:00 2001 From: Changho Hwang Date: Tue, 11 Apr 2023 05:01:39 +0000 Subject: [PATCH] minor fix --- Makefile | 2 +- src/include/mscclpp.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;