Skip to content

Commit 531554d

Browse files
author
Alessandro Fanfarillo
committed
Removed test syncimages2.c
Signed-off-by: Alessandro Fanfarillo <fanfarillo@ing.uniroma2.it>
1 parent fa52783 commit 531554d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/unit/simple/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ add_executable(atomics testAtomics.f90)
1212
target_link_libraries(atomics OpenCoarrays)
1313

1414
# C tests
15-
include(CMakeForceCompiler)
16-
CMAKE_FORCE_C_COMPILER(mpicc GNU)
17-
add_executable(C_sync_images syncimages2.c ../../../mpi/mpi_caf.c ../../../common/caf_auxiliary.c)
15+
#include(CMakeForceCompiler)
16+
#CMAKE_FORCE_C_COMPILER(mpicc GNU)
17+
#add_executable(C_sync_images syncimages2.c ../../../mpi/mpi_caf.c ../../../common/caf_auxiliary.c)

0 commit comments

Comments
 (0)