I am trying to compile a Fortran 90 MPI application (using Intel compilers) with the -trace option so that I can run my application and generate the .stf file for the Trace Analyzer.
I am trying to do this through Visual Studio 2019 and the Intel cluster edition compiler (2019 update 5.281).
However, when I run my application it does not produce the .stf file.
I have only seen examples using C/C++ so I am wondering if this indeed works with Fortran.
Thanks!
For more complete information about compiler optimizations, see our Optimization Notice.