From 57af056dd01bf69c454beeb38b9bb67d4ff4221e Mon Sep 17 00:00:00 2001 From: David Addison Date: Wed, 23 Jul 2025 16:04:30 -0700 Subject: [PATCH] Minor fix to Makefile Move comments to separate lines [ROCm/rccl-tests commit: def2d3689c4dc2390d903ecea1cb1d9314134661] --- projects/rccl-tests/src/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/projects/rccl-tests/src/Makefile b/projects/rccl-tests/src/Makefile index 612395f645..b097765ccd 100644 --- a/projects/rccl-tests/src/Makefile +++ b/projects/rccl-tests/src/Makefile @@ -5,9 +5,12 @@ # include common.mk -MPI ?= 0 # Set to 1 to enable MPI support (multi-process/multi-node) -NAME_SUFFIX ?= # e.g. _mpi when using MPI=1 -DSO ?= 0 # Set to 1 to create and use libverifiable.so to reduce binary size +# Set to 1 to enable MPI support (multi-process/multi-node) +MPI ?= 0 +# e.g. Set to _mpi when using MPI=1 +NAME_SUFFIX ?= +# Set to 1 to create and use libverifiable.so to reduce binary size +DSO ?= 0 .PHONY: build clean