From cbff1b36f8d707904d57cb63ed37957fd8b45a82 Mon Sep 17 00:00:00 2001 From: Kareem Sorathia Date: Tue, 8 Oct 2019 17:44:32 -0400 Subject: [PATCH] Sorta working RCM driver --- cmake/compilers.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/compilers.cmake b/cmake/compilers.cmake index 8cb42369..43f18ef2 100644 --- a/cmake/compilers.cmake +++ b/cmake/compilers.cmake @@ -30,7 +30,8 @@ set(CMAKE_Fortran_FLAGS_RELWITHDEBINFO "-O3 -g") #Do compiler specific options if(CMAKE_Fortran_COMPILER_ID MATCHES Intel) - set(dialect "-free -implicitnone") + #set(dialect "-free -implicitnone") + set(dialect "-implicitnone") #Base string(APPEND CMAKE_Fortran_FLAGS " -fPIC") #Production