Difference for arch/Linux-KNL-icc.arch from version 1.2 to 1.3

version 1.2version 1.3
Line 11
Line 11
 CC = icc CC = icc
 COPTS = -static-intel -O2 $(FLOATOPTS) COPTS = -static-intel -O2 $(FLOATOPTS)
  
  
  loaded_modules := $(subst :, ,$(LOADEDMODULES))
  
  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.2 
changed lines
 Added in v.1.3



Made by using version 1.53 of cvs2html