Skip to content
Snippets Groups Projects
Commit 4fc77b78 authored by Elisa Rebolini's avatar Elisa Rebolini
Browse files

Remove prop test for intel as binaries were generated with gnu

parent 7ac31baf
No related branches found
No related tags found
2 merge requests!5Implementation of the density matrix,!4Implementation of the density matrix
Pipeline #13617 passed
......@@ -66,7 +66,7 @@ if(ENABLE_MPI)
endif()
if (CMAKE_Fortran_COMPILER_ID MATCHES GNU) #would need Intel binaries as input to test with Intel
add_test(
NAME prop_CuO_02204
COMMAND python3 ${CMAKE_SOURCE_DIR}/test/prop_CuO_02204/test_prop --binary-dir=${CMAKE_BINARY_DIR} --work-dir=${CMAKE_BINARY_DIR}/test/prop_CuO_02204 --verbose --log=${CMAKE_BINARY_DIR}/test/prop_CuO_02204/runtest.stderr.logprop)
......@@ -90,7 +90,7 @@ endif()
COMMAND python3 ${CMAKE_SOURCE_DIR}/test/prop_CuO_03450/test_prop --binary-dir=${CMAKE_BINARY_DIR} --work-dir=${CMAKE_BINARY_DIR}/test/prop_CuO_03450 --verbose --log=${CMAKE_BINARY_DIR}/test/prop_CuO_03450/runtest.stderr.logprop)
set_tests_properties(prop_CuO_03450 PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/test/prop_CuO_03450)
endif()
if(ENABLE_DEV)
......
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