Skip to content

Commit

Permalink
Ifpack2: Remove ignored bare argument after test name (TriBITSPub/Tri…
Browse files Browse the repository at this point in the history
…BITS#200)

The change in TriBITS to flag unparsed otherwise ignored arguments showed that
these add on values were being ignored (and indeed, they served no purpose).
  • Loading branch information
bartlettroscoe committed Sep 6, 2017
1 parent 9b91fca commit eb2c3a2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions packages/ifpack2/test/belos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ TRIBITS_COPY_FILES_TO_BINARY_DIR(Ifpack2BelosCopyFiles
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME small_gmres_belos
ARGS "--xml_file=test_gmres_small_sym_mm.xml"
COMM serial mpi
Expand All @@ -74,7 +74,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME small_pseudoblkcg_belos
ARGS "--xml_file=test_pseudoblockcg_small_sym_mm.xml"
COMM serial mpi
Expand All @@ -83,7 +83,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME Diagonal_belos
ARGS "--xml_file=test_Diagonal_calore1_mm.xml"
COMM serial mpi
Expand All @@ -92,7 +92,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME Jac_sm_belos
ARGS "--xml_file=test_Jacobi_small_sym_mm.xml"
COMM serial mpi
Expand All @@ -101,7 +101,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME Jacobi_belos
ARGS "--xml_file=test_Jacobi_calore1_mm.xml"
COMM serial mpi
Expand All @@ -110,7 +110,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME Jacobi_belos_constGraph
ARGS "--xml_file=test_Jacobi_calore1_mm_constGraph.xml"
COMM serial mpi
Expand All @@ -119,7 +119,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME Jacobi_hb_belos
ARGS "--xml_file=test_Jacobi_nos1_hb.xml"
COMM serial mpi
Expand All @@ -128,7 +128,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME Jacobi_hb_belos
ARGS "--xml_file=test_2_Jacobi_nos1_hb.xml"
COMM serial mpi
Expand All @@ -137,7 +137,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME ILUT_hb_belos
ARGS "--xml_file=test_2_ILUT_nos1_hb.xml"
COMM serial mpi
Expand All @@ -146,7 +146,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME ILUT_hb_belos
ARGS "--xml_file=test_4_ILUT_nos1_hb.xml"
COMM serial mpi
Expand All @@ -155,7 +155,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME RILUK_hb_belos
ARGS "--xml_file=test_2_RILUK_nos1_hb.xml"
COMM serial mpi
Expand All @@ -164,7 +164,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME RILUK_hb_belos
ARGS "--xml_file=test_4_RILUK_nos1_hb.xml"
COMM serial mpi
Expand All @@ -174,7 +174,7 @@ TRIBITS_ADD_TEST(

IF(Ifpack2_ENABLE_ShyLUHTS)
TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME RILUK_HTS_hb_belos
ARGS "--xml_file=test_2_RILUK_HTS_nos1_hb.xml"
COMM serial mpi
Expand All @@ -183,7 +183,7 @@ IF(Ifpack2_ENABLE_ShyLUHTS)
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME RILUK_HTS_hb_belos
ARGS "--xml_file=test_4_RILUK_HTS_nos1_hb.xml"
COMM serial mpi
Expand Down Expand Up @@ -248,7 +248,7 @@ IF(Ifpack2_ENABLE_QD)
ENDIF()

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME ILUT_5w_2
ARGS "--xml_file=5w_bel_tif_ILUT.xml"
COMM serial mpi
Expand All @@ -257,7 +257,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME ILUT_5w_no_diag
ARGS "--xml_file=5w_missing_diag_ILUT.xml"
COMM serial mpi
Expand All @@ -272,7 +272,7 @@ TRIBITS_ADD_TEST(
# e486af8c46174efd16fb9e45792f8fee8e4d8859
#
# TRIBITS_ADD_TEST(
# tif_belos Ifpack2BelosCopyFiles
# tif_belos
# NAME RILUK_5w_0
# ARGS "--xml_file=5w_bel_tif_RILUK_0.xml"
# COMM serial mpi
Expand All @@ -281,7 +281,7 @@ TRIBITS_ADD_TEST(
# )

# TRIBITS_ADD_TEST(
# tif_belos Ifpack2BelosCopyFiles
# tif_belos
# NAME RILUK_5w_1
# ARGS "--xml_file=5w_bel_tif_RILUK_1.xml"
# COMM serial mpi
Expand All @@ -290,7 +290,7 @@ TRIBITS_ADD_TEST(
# )

# TRIBITS_ADD_TEST(
# tif_belos Ifpack2BelosCopyFiles
# tif_belos
# NAME RILUK_small_belos
# ARGS "--xml_file=test_RILUK_tfqmr_small_sym_mm.xml"
# COMM serial mpi
Expand All @@ -299,7 +299,7 @@ TRIBITS_ADD_TEST(
# )

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME Cheby_belos
ARGS "--xml_file=test_Cheby_calore1_mm.xml"
COMM serial mpi
Expand All @@ -308,7 +308,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME GS_belos
ARGS "--xml_file=test_GS_calore1_mm.xml"
COMM serial mpi
Expand All @@ -317,7 +317,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME SGS_belos
ARGS "--xml_file=test_SGS_calore1_mm.xml"
COMM serial mpi
Expand All @@ -326,7 +326,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME ILUT_belos
ARGS "--xml_file=test_ILUT_calore1_mm.xml"
COMM serial mpi
Expand All @@ -335,7 +335,7 @@ TRIBITS_ADD_TEST(
)

# TRIBITS_ADD_TEST(
# tif_belos Ifpack2BelosCopyFiles
# tif_belos
# NAME RILUK_belos
# ARGS "--xml_file=test_RILUK_calore1_mm.xml"
# COMM serial mpi
Expand All @@ -345,7 +345,7 @@ TRIBITS_ADD_TEST(


TRIBITS_ADD_TEST(
tif_belos Ifpack2BelosCopyFiles
tif_belos
NAME Bordered_belos
ARGS "--xml_file=test_bordered_DIAG_small.xml"
COMM serial mpi
Expand Down
2 changes: 1 addition & 1 deletion packages/ifpack2/test/unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ IF (${PACKAGE_NAME}_ENABLE_Experimental_KokkosKernels_Features)
)

TRIBITS_ADD_TEST(
SGSMT Ifpack2_UnitTest_SGSMT_CopyFile
SGSMT
NAME SGSMT_compare_with_Jacobi
ARGS ""
COMM serial mpi
Expand Down

0 comments on commit eb2c3a2

Please sign in to comment.