From f0d4fabb02ab1fa0fd163afd3d21940a0f6b8151 Mon Sep 17 00:00:00 2001 From: Chonglin Zhang Date: Sat, 13 Jan 2024 17:17:13 -0600 Subject: [PATCH] correct folder names from nvprof* to nvtx* in build-all.sh --- build-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-all.sh b/build-all.sh index 5cd77240a..5833313d6 100644 --- a/build-all.sh +++ b/build-all.sh @@ -9,8 +9,8 @@ make -f $ROOT_DIR/profiling/memory-events/Makefile make -f $ROOT_DIR/profiling/memory-hwm/Makefile make -f $ROOT_DIR/profiling/memory-hwm-mpi/Makefile make -f $ROOT_DIR/profiling/memory-usage/Makefile -make -f $ROOT_DIR/profiling/nvprof-connector/Makefile -make -f $ROOT_DIR/profiling/nvprof-focused-connector/Makefile +make -f $ROOT_DIR/profiling/nvtx-connector/Makefile +make -f $ROOT_DIR/profiling/nvtx-focused-connector/Makefile make -f $ROOT_DIR/profiling/papi-connector/Makefile make -f $ROOT_DIR/profiling/simple-kernel-timer-json/Makefile make -f $ROOT_DIR/profiling/simple-kernel-timer/Makefile