This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Loop Vectorization


sdcycling wrote:
I am currently using MPICH.   I could try MPICH in combination with OMP, but the number of processors on my workstation are currently maxed out.
Side note: OpenMP's "simd" directives work on vectorization and do not imply multiple threads. With -fopenmp-simd, the OpenMP run time library is not even linked.

Regarding the code the compiler produces, using "-fdump-tree-original", one can see what operations the compiler does. (Dump of the internal representation, looks like low-level C, but not all properties are shown.) It's quite lengthy, but it might give a hint what code the compiler adds.

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]