simple OpenMP test

- with removed int64 support
This commit is contained in:
Miro ILIAS
2015-08-07 15:42:51 +02:00
committed by Miro Ilias
parent 14588a7681
commit e57d6d0372
4 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
if (OPENMP_FOUND)
add_executable(example example.f90)
else()
message(FATAL "OPENMP not found!")
endif()