Skip to content
Snippets Groups Projects
Commit fee256ad authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'ctest-race-cond' into 'master'

Fixed a ctest race condition in GocadTSurface_[Mesh/Array]_Test

See merge request ogs/ogs!3573
parents b4a43d81 32ff7585
No related branches found
No related tags found
No related merge requests found
...@@ -255,7 +255,7 @@ MeshTest( ...@@ -255,7 +255,7 @@ MeshTest(
MeshTest( MeshTest(
NAME GocadTSurface_Mesh_Test NAME GocadTSurface_Mesh_Test
PATH MeshLib/ PATH MeshLib
WORKING_DIRECTORY ${Data_SOURCE_DIR}/MeshLib WORKING_DIRECTORY ${Data_SOURCE_DIR}/MeshLib
EXECUTABLE GocadTSurfaceReader EXECUTABLE GocadTSurfaceReader
EXECUTABLE_ARGS -i Top-Lower-Shaly.ts -o ${Data_BINARY_DIR}/MeshLib -b EXECUTABLE_ARGS -i Top-Lower-Shaly.ts -o ${Data_BINARY_DIR}/MeshLib -b
...@@ -265,10 +265,11 @@ MeshTest( ...@@ -265,10 +265,11 @@ MeshTest(
AddTest( AddTest(
NAME GocadTSurface_Array_Test NAME GocadTSurface_Array_Test
PATH MeshLib/ PATH MeshLib
WORKING_DIRECTORY ${Data_SOURCE_DIR}/MeshLib WORKING_DIRECTORY ${Data_SOURCE_DIR}/MeshLib
EXECUTABLE GocadTSurfaceReader EXECUTABLE GocadTSurfaceReader
EXECUTABLE_ARGS -i Top-Lower-Shaly.ts -o ${Data_BINARY_DIR}/MeshLib -b EXECUTABLE_ARGS -i Top-Lower-Shaly.ts -o ${Data_BINARY_DIR}/MeshLib -b
DEPENDS GocadTSurfaceReader-GocadTSurface_Mesh_Test-vtkdiff
REQUIREMENTS NOT OGS_USE_MPI REQUIREMENTS NOT OGS_USE_MPI
TESTER vtkdiff TESTER vtkdiff
DIFF_DATA DIFF_DATA
......
...@@ -13,7 +13,9 @@ weight = 1043 ...@@ -13,7 +13,9 @@ weight = 1043
## Visual Studio out-of-heap or stackoverflow errors ## Visual Studio out-of-heap or stackoverflow errors
<div class='note'> <div class='note'>
**Note:** To prevent this you can also use the [WSL setup]({{< ref "wsl.md" >}}). **Note:** To prevent this you can also use the [WSL setup]({{< ref "wsl.md" >}}).
</div> </div>
The compilation especially of the processes in Release-config can be very memory hungry. Using dynamic Eigen shape matrices can reduce memory usage: The compilation especially of the processes in Release-config can be very memory hungry. Using dynamic Eigen shape matrices can reduce memory usage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment