Downloaded the latest fortran compiler with VS (parallel_studio_xe_2017_update1_composer_edition_for_fortran_setup). Been several months since I tried to compile a version that ran on an earlier version of XE. The build log is attached but appears the problem relates to finding the libadvisor.lib.
My compiler command line is :/nologo /debug:full /O2 /Ob1 /Qparallel /Qopt-prefetch=3 /Qipo /Qopt-matmul /I"\include\intel64" /arch:SSE3 /tune:haswell /extend_source:80 /module:"x64\Release\\" /object:"x64\Release\\" /Fd"x64\Release\vc140.pdb" /libs:dll /threads /Qmkl:parallel /c
And the linker command line is :/OUT:"x64\Release\12.24.Console1.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"\lib64" /MANIFEST /MANIFESTFILE:"x64\Release\12.24.Console1.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"F:\Macro3d\Testing\Intel\12.24.2016\12.24.Console1\12.24.Console1\x64\Release\12.24.Console1.pdb" /SUBSYSTEM:CONSOLE /IMPLIB:"F:\Macro3d\Testing\Intel\12.24.2016\12.24.Console1\12.24.Console1\x64\Release\12.24.Console1.lib" libadvisor.lib
Thanks for your assistance.