Difference for arch/CRAY-XC-KNL-intel.arch from version 1.1 to 1.2

version 1.1version 1.2
Line 33
Line 33
   $(info found module $(module))   $(info found module $(module))
 endif endif
  
  module := $(filter intel/17.0%,$(loaded_modules))
  ifeq (,$(module))
  else
    $(error found module $(module) for buggy Intel 17.0 compiler)
  endif
  


Legend:
Removed in v.1.1 
changed lines
 Added in v.1.2



Made by using version 1.53 of cvs2html