Re: [PATCH] Make NEXTREC specifier for INQUIRE work for large record numbers

2017-11-18 Thread Thomas Koenig
We could consider setting up an automatic testing machine somewhere that not only does the usual test-suite, but also tests the unusual things like this. For example, I had a test case which died when launched with more than 32 threads for example. Not every machine or architecture could do that

Re: [PATCH] Make NEXTREC specifier for INQUIRE work for large record numbers

2017-11-18 Thread Jerry DeLisle
On 11/18/2017 08:59 AM, Janne Blomqvist wrote: > On Sat, Nov 18, 2017 at 6:00 PM, Thomas Koenig wrote: >> Hi Janne, >> >>> This is accomplished by making the NEXTREC specifier be a 8 byte >>> integer where supported. >>> >>> I wasn't able to come up with a testcase that does not create a large >>>

Re: [PATCH] Make NEXTREC specifier for INQUIRE work for large record numbers

2017-11-18 Thread Janne Blomqvist
On Sat, Nov 18, 2017 at 6:00 PM, Thomas Koenig wrote: > Hi Janne, > >> This is accomplished by making the NEXTREC specifier be a 8 byte >> integer where supported. >> >> I wasn't able to come up with a testcase that does not create a large >> file that could be added to the testsuite, but here's o

Re: [PATCH] Make NEXTREC specifier for INQUIRE work for large record numbers

2017-11-18 Thread Thomas Koenig
Hi Janne, This is accomplished by making the NEXTREC specifier be a 8 byte integer where supported. I wasn't able to come up with a testcase that does not create a large file that could be added to the testsuite, but here's one which creates a 2 GB file: I think the patch is OK (even obvious),

Re: [PATCH] Make NEXTREC specifier for INQUIRE work for large record numbers

2017-11-18 Thread Janne Blomqvist
On Sat, Nov 18, 2017 at 12:34 PM, Janne Blomqvist wrote: > This is accomplished by making the NEXTREC specifier be a 8 byte > integer where supported. > > I wasn't able to come up with a testcase that does not create a large > file that could be added to the testsuite, but here's one which > creat

[PATCH] Make NEXTREC specifier for INQUIRE work for large record numbers

2017-11-18 Thread Janne Blomqvist
This is accomplished by making the NEXTREC specifier be a 8 byte integer where supported. I wasn't able to come up with a testcase that does not create a large file that could be added to the testsuite, but here's one which creates a 2 GB file: program nextrec implicit none integer(8) :: ii,