From 60882124b07c12f41375b072e714fa72ae7ad911 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 27 Feb 2019 12:51:57 +0100 Subject: [PATCH] [T] Run Mesh2Raster not with MPI. --- Applications/Utils/Tests.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/Utils/Tests.cmake b/Applications/Utils/Tests.cmake index 0e8d8ef045b..6e8e7333956 100644 --- a/Applications/Utils/Tests.cmake +++ b/Applications/Utils/Tests.cmake @@ -200,6 +200,7 @@ AddTest( PATH MeshGeoToolsLib/Hamburg EXECUTABLE Mesh2Raster EXECUTABLE_ARGS -i 00-surface.vtu -o ${Data_BINARY_DIR}/MeshGeoToolsLib/Hamburg/00-raster.asc -c 25 + REQUIREMENTS NOT OGS_USE_MPI TESTER diff DIFF_DATA 00-raster.asc ) -- GitLab