We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556ec20 commit 8247750Copy full SHA for 8247750
CMakeLists.txt
@@ -35,6 +35,7 @@ elseif ("${CMAKE_Fortran_COMPILER_ID}" MATCHES "Cray" )
35
# This applies to CCE 8.4 beta or earlier
36
add_definitions(-DCOMPILER_LACKS_C_PTRDIFF_T)
37
add_definitions(-DCOMPILER_LACKS_C_SIZEOF_ASSUMED_RANK)
38
+ add_definitions(-DCOMPILER_PROVIDES_MPI)
39
elseif ("${CMAKE_Fortran_COMPILER_ID}" MATCHES "PGI" )
40
set(portland_group_compiler true)
41
message(WARNING
0 commit comments