Skip to content
Snippets Groups Projects
Commit 6b9b2f54 authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

Add an .adolcrc file to the tests, so the tapes do not get written to the disk but stay in memory

parent 244c8c9d
Branches
No related tags found
1 merge request!136Compare the part for 3d in CosseratEnergyLocalStiffness with the extracted...
"TBUFSIZE" = "1000000000"
"OBUFSIZE" = "1000000000"
"LBUFSIZE" = "1000000000"
"VBUFSIZE" = "1000000000"
\ No newline at end of file
......@@ -61,3 +61,6 @@ file(COPY grids/irregular-square.msh DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/gri
file(COPY stressPlotData/stressPlotTestDeformation DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/stressPlotData)
file(COPY stressPlotData/stressPlotTestRotation DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/stressPlotData)
file(COPY stressPlotData/stressPlotTestInitialDeformation DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/stressPlotData)
# Copy an .adolcrc file into the build dir to make sure the tapes stay in memory and do not get written to disk because this causes errors sometimes
file(COPY .adolcrc DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment