Skip to content
Snippets Groups Projects

added maximum based tensor method

Merged Rene Halver requested to merge tensor_max into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -114,7 +114,7 @@ if(CM_ALL_FORTRAN_ERROR_ABORT)
endif()
if(CM_ALL_USE_F08 AND MPI_Fortran_HAVE_F08_MODULE)
add_compile_definitions("DALL_USE_F08")
add_compile_definitions("ALL_USE_F08")
elseif(CM_ALL_USE_F08 AND NOT MPI_Fortran_HAVE_F08_MODULE)
message(FATAL_ERROR "Fortran 2008 MPI chosen, but MPI installation does not support the Fortran 2008 modules")
endif(CM_ALL_USE_F08 AND MPI_Fortran_HAVE_F08_MODULE)
Loading