Skip to content

Commit

Permalink
removed noreader test
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang authored and Chuck Atkins committed Nov 22, 2019
1 parent 613db87 commit 035f07d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/adios2/engine/staging-common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ endforeach()
# Setup tests for InSituMPI engine
#
if(ADIOS2_HAVE_MPI)
set (INSITU_TESTS ${ALL_SIMPLE_TESTS})
set (SIMPLE_IMPI_TESTS "1x1;TimeoutOnOpen;1x1.Modes;1x1.Attrs;1x1.Local;1x1.SharedNothing;1x1.SharedIO;1x1.SharedVar;1x1.SharedNothingSync;1x1.SharedIOSync;1x1.SharedVarSync;2x1.SharedNothing;2x1.SharedIO;2x1.SharedVar;2x1.SharedNothingSync;2x1.SharedIOSync;2x1.SharedVarSync")
set (INSITU_TESTS ${SIMPLE_IMPI_TESTS} ${SIMPLE_FORTRAN_TESTS} ${SIMPLE_MPI_TESTS} ${SIMPLE_ZFP_TESTS})
# Tests that don't work for InSitu
list (REMOVE_ITEM INSITU_TESTS "TimeoutOnOpen" "1x1.Modes" "1x1.Attrs")
# Local Vars don't work for InSitu
Expand Down

0 comments on commit 035f07d

Please sign in to comment.