I am trying to write massive parallel mono carlo code, part of which will be exported to the xeon phi coprocessor. To use the coprocessor effectively, I would like to see which parts of my code the compiler, currently gfortran, is able to vectorize. I understand that I can do this using commart -vec-report ifart. However, I will not have access to the coprocessor for about a month, and therefore I am stuck with gfortran at the moment. However, I would like to start optimizing, if possible. Unfortunately, I cannot find a command line flag for gfortran that tells me which part of the code is vectorized. There is one. If so, what is it?
thanks
source share