Skip to content

Commit

Permalink
Merge pull request #231 from ComputationalGasDynamicsLab/cz/build_all…
Browse files Browse the repository at this point in the history
…_typo

Minor correction to outdated folder names in build-all.sh
  • Loading branch information
dalg24 authored Jan 14, 2024
2 parents 04fe2cd + f0d4fab commit daa1c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit daa1c9d

Please sign in to comment.