I am currently working on a Cray HPC. I am using Intel Fortran, but through Cray's recommended Fortran front-end wrapper, ftn. Is there an ifort compiler option that will provide a compilation/linking summary of all flags used for compiling, linking, along with libraries/includes that were used?
Thanks!