Re: Execution time for gfortran regression testing

2025-06-14 Thread Jerry D
On 6/13/25 11:20 PM, Paul Richard Thomas wrote: Hi Jerry, I have an octave script that does that. I last used it when I was working on ASSOCIATE. I'll dig it out and send it to you. Regards Paul Thanks Paul, I will have a look. I was thinking to use Python since many other scripts in con

Re: Execution time for gfortran regression testing

2025-06-13 Thread Paul Richard Thomas
um 20:37 > >> Von: "Jerry D" > >> An: "Mikael Morin" , "Harald Anlauf" < > anl...@gmx.de>, fortran@gcc.gnu.org > >> Betreff: Re: Execution time for gfortran regression testing > >> > >> On 6/3/25 3:02 AM, Mikael Morin

Re: Execution time for gfortran regression testing

2025-06-13 Thread Jerry D
On 6/10/25 1:55 PM, Harald Anlauf wrote: Gesendet: Mittwoch, 4. Juni 2025 um 20:37 Von: "Jerry D" An: "Mikael Morin" , "Harald Anlauf" , fortran@gcc.gnu.org Betreff: Re: Execution time for gfortran regression testing On 6/3/25 3:02 AM, Mikael Morin wrote: The b

Re: Execution time for gfortran regression testing

2025-06-10 Thread Harald Anlauf
> Gesendet: Mittwoch, 4. Juni 2025 um 20:37 > Von: "Jerry D" > An: "Mikael Morin" , "Harald Anlauf" , > fortran@gcc.gnu.org > Betreff: Re: Execution time for gfortran regression testing > > On 6/3/25 3:02 AM, Mikael Morin wrote: > > The

Re: Execution time for gfortran regression testing

2025-06-04 Thread Jerry D
On 6/3/25 3:02 AM, Mikael Morin wrote: Le 30/05/2025 à 22:28, Harald Anlauf a écrit : When I'm working on a particular area of gfortran, I tend to use RUNTESTFLAGS to limit what is tested.  For example, I just fixed SPREAD() for scalar source and ncopies < 1. I do % cd obj % gmake % cd gcc % gm

Re: Execution time for gfortran regression testing

2025-06-03 Thread Mikael Morin
Le 30/05/2025 à 22:28, Harald Anlauf a écrit : When I'm working on a particular area of gfortran, I tend to use RUNTESTFLAGS to limit what is tested.  For example, I just fixed SPREAD() for scalar source and ncopies < 1. I do % cd obj % gmake % cd gcc % gmake check-fortran RUNTESTFLAGS="dg.exp=s

Re: Execution time for gfortran regression testing

2025-05-30 Thread Jerry Delisle
You could possibly modify the dg.exp file. These are basically scripts. It's a bit of a pain. On Fri, May 30, 2025, 1:29 PM Harald Anlauf wrote: > > When I'm working on a particular area of gfortran, I tend > > to use RUNTESTFLAGS to limit what is tested. For example, > > I just fixed SPREAD()

Re: Execution time for gfortran regression testing

2025-05-30 Thread Harald Anlauf
When I'm working on a particular area of gfortran, I tend to use RUNTESTFLAGS to limit what is tested.  For example, I just fixed SPREAD() for scalar source and ncopies < 1. I do % cd obj % gmake % cd gcc % gmake check-fortran RUNTESTFLAGS="dg.exp=spread\*.f90" This only runs 63 tests.  Of cours

Re: Execution time for gfortran regression testing

2025-05-30 Thread Steve Kargl
On Fri, May 30, 2025 at 09:03:27PM +0200, Harald Anlauf wrote: > > the time needed for running the gfortran testsuite has increased so > much that I am looking for options to get this down to something > that is more bearable when working on a Fortran-only patch. > > I am already building with --