Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
457e3795
Commit
457e3795
authored
Nov 07, 2014
by
Junchao Zhang
Committed by
Pavan Balaji
Nov 08, 2014
Browse files
Fix: be able to skip MPIX tests for Aint_add/diff
Signed-off-by:
Pavan Balaji
<
balaji@anl.gov
>
parent
75aa4e32
Changes
8
Hide whitespace changes
Inline
Side-by-side
test/mpi/.gitignore
View file @
457e3795
...
...
@@ -264,6 +264,7 @@
/f77/io/ioaint.h
/f77/pt2pt/attr1aints.h
/f77/rma/addsize.h
/f77/rma/testlist
/f77/spawn/type1aint.h
/f77/spawn/connaccf
/f77/spawn/namepubf
...
...
@@ -361,6 +362,7 @@
/f90/pt2pt/statusesf90
/f90/rma/Makefile.sm
/f90/rma/testlist
/f90/rma/testlist.in
/f90/rma/winaccf90.f90
/f90/rma/winerrf90.f90
/f90/rma/winfencef90.f90
...
...
@@ -377,6 +379,7 @@
/f90/rma/winnamef90
/f90/rma/winscale1f90
/f90/rma/winscale2f90
/f90/rma/aintf90.f90
/f90/rma/c2f2cwinf90.f90
/f90/rma/c2f902cwin.c
/f90/spawn/Makefile.sm
...
...
@@ -438,6 +441,7 @@
/f08/datatype/trf08
/f08/datatype/get_elem_d
/f08/datatype/get_elem_u
/f08/rma/testlist
/group/errstring
/group/grouptest
/group/groupcreate
...
...
test/mpi/configure.ac
View file @
457e3795
...
...
@@ -1648,6 +1648,9 @@ AC_OUTPUT(maint/testmerge \
errors/f77/testlist \
errors/f90/testlist \
impls/testlist \
f77/rma/testlist \
f90/rma/testlist \
f08/rma/testlist \
impls/Makefile \
impls/hydra/Makefile \
impls/hydra/proc_binding.sh \
...
...
test/mpi/f08/rma/Makefile.am
View file @
457e3795
...
...
@@ -27,8 +27,12 @@ noinst_PROGRAMS = \
c2f2cwinf08
\
baseattrwinf08
\
winattrf08
\
winattr2f08
\
aintf08
winattr2f08
if
BUILD_MPIX_TESTS
noinst_PROGRAMS
+=
aintf08
endif
## this test was commented out in the simplemake version...
## allocmem
...
...
test/mpi/f08/rma/testlist
→
test/mpi/f08/rma/testlist
.in
View file @
457e3795
...
...
@@ -10,4 +10,4 @@ c2f2cwinf08 1
baseattrwinf08 1
winattrf08 1
winattr2f08 1
aintf08 2 strict=false
@mpix@
aintf08 2 strict=false
test/mpi/f77/rma/Makefile.am
View file @
457e3795
...
...
@@ -25,8 +25,12 @@ noinst_PROGRAMS = \
c2f2cwinf
\
baseattrwinf
\
winattrf
\
winattr2f
\
aintf
winattr2f
if
BUILD_MPIX_TESTS
noinst_PROGRAMS
+=
aintf
endif
## this test was commented out in the simplemake version...
## allocmem
...
...
test/mpi/f77/rma/testlist
→
test/mpi/f77/rma/testlist
.in
View file @
457e3795
...
...
@@ -10,4 +10,4 @@ c2f2cwinf 1
baseattrwinf 1
winattrf 1
winattr2f 1
aintf 2 strict=false xfail=ticket1877
@mpix@
aintf 2 strict=false xfail=ticket1877
test/mpi/rma/Makefile.am
View file @
457e3795
...
...
@@ -138,8 +138,11 @@ noinst_PROGRAMS = \
get-struct
\
rput_local_comp
\
racc_local_comp
\
at_complete
\
aint
at_complete
if
BUILD_MPIX_TESTS
noinst_PROGRAMS
+=
aint
endif
strided_acc_indexed_LDADD
=
$(LDADD)
-lm
strided_acc_onelock_LDADD
=
$(LDADD)
-lm
...
...
test/mpi/rma/testlist.in
View file @
457e3795
...
...
@@ -124,7 +124,7 @@ win_shared_zerobyte 4 mpiversion=3.0
win_shared_put_flush_get 4 mpiversion=3.0
get-struct 2
at_complete 2
aint 2 strict=false
@mpix@
aint 2 strict=false
## This test is not strictly correct. This was meant to test out the
## case when MPI_Test is not nonblocking. However, we ended up
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment