Ticket #47806: tests-compiler.patch
File tests-compiler.patch, 573 bytes (added by larryv (Lawrence Velázquez), 9 years ago) |
---|
-
src/tests/unit/simple/CMakeLists.txt
old new add_executable(atomics testAtomics.f90) 15 15 target_link_libraries(atomics OpenCoarrays) 16 16 17 17 # C tests 18 include(CMakeForceCompiler)19 CMAKE_FORCE_C_COMPILER(mpicc GNU)20 18 add_executable(C_hello_world hello.c ../../../mpi/mpi_caf.c ../../../common/caf_auxiliary.c) 21 19 add_executable(C_sync_images syncimages2.c ../../../mpi/mpi_caf.c ../../../common/caf_auxiliary.c)