I am trying to use vtune to profile a Fortran console app using Intel Parallel Studio XE 2019. Apparently hotspot analysis (only memory) is supported from the API Gui. In trying to use the vtune profiler directly it will not run my app because it can't find associated DLLs becuase the compiler update environment is not established. I can open a compiler environment window and run my app using amplex-cl to gather the data - but how do I establish the enviroment when invoked from the Intel Vtune AMplifier GUI?
↧