Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stokhos: Remove NUM_MPI_PROCS from parallel-enabled tests #11322

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions packages/stokhos/test/UnitTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ IF(Stokhos_ENABLE_Sacado)
Stokhos_TpetraCrsMatrixUQPCEUnitTest_Threads.cpp
COMM serial mpi
STANDARD_PASS_OUTPUT
NUM_MPI_PROCS 4
#NUM_MPI_PROCS 4
RUN_SERIAL
)
ENDIF()
Expand All @@ -537,7 +537,7 @@ IF(Stokhos_ENABLE_Sacado)
Stokhos_TpetraCrsMatrixUQPCEUnitTest_Serial.cpp
COMM serial mpi
STANDARD_PASS_OUTPUT
NUM_MPI_PROCS 4
#NUM_MPI_PROCS 4
)
ENDIF()

Expand All @@ -548,7 +548,7 @@ IF(Stokhos_ENABLE_Sacado)
Stokhos_TpetraCrsMatrixUQPCEUnitTest_OpenMP.cpp
COMM serial mpi
STANDARD_PASS_OUTPUT
NUM_MPI_PROCS 4
#NUM_MPI_PROCS 4
RUN_SERIAL
)
ENDIF()
Expand All @@ -560,7 +560,7 @@ IF(Stokhos_ENABLE_Sacado)
Stokhos_TpetraCrsMatrixUQPCEUnitTest_Cuda.cpp
COMM serial mpi
STANDARD_PASS_OUTPUT
NUM_MPI_PROCS 4
#NUM_MPI_PROCS 4
RUN_SERIAL
)
ENDIF()
Expand Down Expand Up @@ -756,7 +756,7 @@ IF(Stokhos_ENABLE_Sacado)
Stokhos_TpetraCrsMatrixMPVectorUnitTest_Threads.cpp
COMM serial mpi
STANDARD_PASS_OUTPUT
NUM_MPI_PROCS 4
#NUM_MPI_PROCS 4
RUN_SERIAL
)
ENDIF()
Expand All @@ -768,7 +768,7 @@ IF(Stokhos_ENABLE_Sacado)
Stokhos_TpetraCrsMatrixMPVectorUnitTest_Serial.cpp
COMM serial mpi
STANDARD_PASS_OUTPUT
NUM_MPI_PROCS 4
#NUM_MPI_PROCS 4
)
ENDIF()

Expand All @@ -779,7 +779,7 @@ IF(Stokhos_ENABLE_Sacado)
Stokhos_TpetraCrsMatrixMPVectorUnitTest_OpenMP.cpp
COMM serial mpi
STANDARD_PASS_OUTPUT
NUM_MPI_PROCS 4
#NUM_MPI_PROCS 4
RUN_SERIAL
)
ENDIF()
Expand All @@ -791,7 +791,7 @@ IF(Stokhos_ENABLE_Sacado)
Stokhos_TpetraCrsMatrixMPVectorUnitTest_Cuda.cpp
COMM serial mpi
STANDARD_PASS_OUTPUT
NUM_MPI_PROCS 4
#NUM_MPI_PROCS 4
RUN_SERIAL
)
ENDIF()
Expand Down Expand Up @@ -868,7 +868,7 @@ IF (Stokhos_ENABLE_Tpetra)
SOURCES tpetra_mat_vec.cpp
COMM serial mpi
STANDARD_PASS_OUTPUT
NUM_MPI_PROCS 4
#NUM_MPI_PROCS 4
RUN_SERIAL
)
ENDIF()