Re: [PATCH] fortran: Mention user variable in SELECT TYPE temporary variable names

2025-06-22 Thread Harald Anlauf
Hi Mikael! Am 20.06.25 um 12:08 schrieb Mikael Morin: From: Mikael Morin Regression-tested on x86_64-pc-linux-gnu. Ok for master? -- >8 -- The temporary variables that are generated to implement SELECT TYPE and TYPE IS statements have (before this change) a name depending only on the typ

Help my confusion with march/mtune and AMD/Intel

2025-06-22 Thread Thompson, Matt (GSFC-610.1)[SCIENCE SYSTEMS AND APPLICATIONS INC]
All, I'm currently a bit confused and I'm hoping the gfortran gurus can help. To wit, I have a code on a system with both AMD EPYC (Milan) and Intel Cascade Lake nodes. The code in question I build on the Milans with either our "Release" flags: Fortran_FLAGS = -O3 -march=znver2 -mtune=generic