Skip to content
Snippets Groups Projects
Commit d67746d3 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Rename 'test_resource_copy_mpi_run' to 'test_resource_copy_run.parallel' for consistency.

parent d1306433
No related branches found
No related tags found
1 merge request!14Draft: K202125/cdi 1.8.x pio merge followup
......@@ -60,8 +60,8 @@ Makefile.in
/tests/test_cksum_service
/tests/test_f2003
/tests/test_grib_run
/tests/test_resource_copy_mpi_run.test
/tests/test_resource_copy_run
/tests/test_resource_copy_run.parallel.test
Makefile
# Build stage files:
......@@ -115,7 +115,7 @@ Makefile
/tests/test_grib
/tests/test_month_adjust
/tests/test_resource_copy
/tests/test_resource_copy_mpi
/tests/test_resource_copy.parallel
/tests/test_table
# We do not add the following because that is supposed to be deleted by the
# configure script and we want to notice if it is not the case:
......
......@@ -721,8 +721,8 @@ AC_CONFIG_FILES([
tests/test_cksum_service
tests/test_f2003
tests/test_grib_run
tests/test_resource_copy_mpi_run.test
tests/test_resource_copy_run
tests/test_resource_copy_run.parallel.test
],
[chmod a+x "$ac_file"])
......
......@@ -37,7 +37,7 @@ TESTS += \
pio_write_deco2d_run.parallel.test \
pio_write_dist_array.test \
pio_write_run.parallel.test \
test_resource_copy_mpi_run.test
test_resource_copy_run.parallel.test
if !with_concurrent_mpi_checks
pio_cksum_fpguard.log: pio_cksum_asynch.log
......@@ -53,7 +53,7 @@ pio_cksum_writer.log: pio_cksum_nc4.log
pio_write_deco2d_run.parallel.log: pio_cksum_writer.log
pio_write_dist_array.log: pio_write_deco2d_run.parallel.log
pio_write_run.parallel.log: pio_write_dist_array.log
test_resource_copy_mpi_run.log: pio_write_run.parallel.log
test_resource_copy_run.parallel.log: pio_write_run.parallel.log
endif !with_concurrent_mpi_checks
test_PROGRAMS_ = \
......@@ -80,7 +80,7 @@ if ENABLE_MPI
test_PROGRAMS_ += \
pio_write.parallel \
pio_write_deco2d.parallel \
test_resource_copy_mpi
test_resource_copy.parallel
endif ENABLE_MPI
if with_on_demand_check_programs
......@@ -160,8 +160,8 @@ test_month_adjust_SOURCES = test_month_adjust.c
test_resource_copy_SOURCES = test_resource_copy.c
test_resource_copy_LDADD = $(top_builddir)/src/libcdiresunpack.la
nodist_test_resource_copy_mpi_SOURCES = test_resource_copy.parallel.c
test_resource_copy_mpi_LDADD = $(top_builddir)/src/libcdipio.la $(PPM_CORE_C_LIB) $(YAXT_C_LIB)
nodist_test_resource_copy_parallel_SOURCES = test_resource_copy.parallel.c
test_resource_copy_parallel_LDADD = $(top_builddir)/src/libcdipio.la $(PPM_CORE_C_LIB) $(YAXT_C_LIB)
test_table_SOURCES = test_table.c
......
......@@ -4,4 +4,4 @@ test 'x@MPI_LAUNCH@' != xtrue || exit 77
mpi_task_num="${mpi_task_num-1}"
@top_builddir@/libtool --mode=execute @MPI_LAUNCH@ -n ${mpi_task_num} \
./test_resource_copy_mpi || exit 1
./test_resource_copy.parallel || exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment