Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
e548ee29
Commit
e548ee29
authored
3 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Rename 'test_resource_copy_mpi_run' to 'test_resource_copy_run.parallel' for consistency.
parent
7db3e025
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-2
2 additions, 2 deletions
.gitignore
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
tests/Makefile.am
+5
-5
5 additions, 5 deletions
tests/Makefile.am
tests/test_resource_copy_run.parallel.test.in
+1
-1
1 addition, 1 deletion
tests/test_resource_copy_run.parallel.test.in
with
9 additions
and
9 deletions
.gitignore
+
2
−
2
View file @
e548ee29
...
...
@@ -63,8 +63,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
/tests/test_table_run
Makefile
...
...
@@ -145,7 +145,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
# Documentation stage files:
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
e548ee29
...
...
@@ -700,8 +700,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
tests/test_table_run
],
[chmod a+x "$ac_file"])
...
...
This diff is collapsed.
Click to expand it.
tests/Makefile.am
+
5
−
5
View file @
e548ee29
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
tests/test_resource_copy_
mpi_run
.test.in
→
tests/test_resource_copy_
run.parallel
.test.in
+
1
−
1
View file @
e548ee29
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment