Skip to content

Commit daa1c9d

Browse files
authored
Merge pull request #231 from ComputationalGasDynamicsLab/cz/build_all_typo
Minor correction to outdated folder names in build-all.sh
2 parents 04fe2cd + f0d4fab commit daa1c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-all.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ make -f $ROOT_DIR/profiling/memory-events/Makefile
99
make -f $ROOT_DIR/profiling/memory-hwm/Makefile
1010
make -f $ROOT_DIR/profiling/memory-hwm-mpi/Makefile
1111
make -f $ROOT_DIR/profiling/memory-usage/Makefile
12-
make -f $ROOT_DIR/profiling/nvprof-connector/Makefile
13-
make -f $ROOT_DIR/profiling/nvprof-focused-connector/Makefile
12+
make -f $ROOT_DIR/profiling/nvtx-connector/Makefile
13+
make -f $ROOT_DIR/profiling/nvtx-focused-connector/Makefile
1414
make -f $ROOT_DIR/profiling/papi-connector/Makefile
1515
make -f $ROOT_DIR/profiling/simple-kernel-timer-json/Makefile
1616
make -f $ROOT_DIR/profiling/simple-kernel-timer/Makefile

0 commit comments

Comments
 (0)