simple OpenMP test
- with removed int64 support
This commit is contained in:
6
test/fc_omp/src/CMakeLists.txt
Normal file
6
test/fc_omp/src/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
if (OPENMP_FOUND)
|
||||
add_executable(example example.f90)
|
||||
else()
|
||||
message(FATAL "OPENMP not found!")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user