Skip to content

Commit

Permalink
fix wrong file name
Browse files Browse the repository at this point in the history
  • Loading branch information
wkliao committed Aug 30, 2024
1 parent efc3a3c commit c4a2eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/C/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ NC_FILES = $(check_PROGRAMS:%=$(TESTOUTDIR)/%.nc) \
CLEANFILES = core core.* *.gcda *.gcno *.gcov gmon.out \
$(NC_FILES)

EXTRA_DIST = parallel_run.sh pnetcdf_put_vara.c
EXTRA_DIST = parallel_run.sh netcdf_put_vara.c

ptest ptests ptest4: $(check_PROGRAMS)
@echo "==========================================================="
Expand Down

0 comments on commit c4a2eb4

Please sign in to comment.