<div dir="ltr">Hi,<br><br>Sorry, I misinterpreted the make output - has nothing to do with the LIBINT. It seems that hfx_contraction_methods.F gets miscompiled with INTEL2016.3.210 and therefore the module procedure contract can't be found.<br>You could try to compile with less optimization by adding the next two lines to your ARCH file.<br><br>hfx_contraction_methods.o: hfx_contraction_methods.F<br>        $(FC) -c $(FCFLAGS2) $<<br><br>(there is a TAB in front of the second line)<br><br>Best regards,<br>Andreas<br></div>