ralna / SIFDecode

A package to decode SIF optimization test examples for use by CUTEst and GALAHAD
Other
8 stars 3 forks source link

Provide the list of problems that can be only decoded in double precision #23

Closed amontoison closed 2 months ago

amontoison commented 2 months ago

Because of the file EXTER.f, we can't decode 33 problems in single / quadruple precision. see https://github.com/ralna/SIFDecode/pull/20#issuecomment-2293442685

cc @jfowkes

nimgould commented 2 months ago

I'll check to see which should be OK

amontoison commented 2 months ago

The problems that can't be decoded in single precision:

The problems that can't be decoded in quaduple precision:

nimgould commented 2 months ago

Hilow, packh and stratec are variants of akiva, that we fixed, so those are easy. I'll look at hs68/9 tomorrow

Sent from Outlook for Androidhttps://aka.ms/AAb9ysg


From: Alexis Montoison @.> Sent: Friday, August 16, 2024 8:20:40 PM To: ralna/SIFDecode @.> Cc: Gould, Nick (STFC,RAL,SC) @.>; Comment @.> Subject: Re: [ralna/SIFDecode] Provide the list of problems that can be only decoded in double precision (Issue #23)

The problems that can't be decoded in single precision:

The problems that can't be decoded in quaduple precision:

— Reply to this email directly, view it on GitHubhttps://github.com/ralna/SIFDecode/issues/23#issuecomment-2294039821, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACW4A6WXV72K7S7ATJ4OHVLZRZGIRAVCNFSM6AAAAABMUAJPYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJUGAZTSOBSGE. You are receiving this because you commented.Message ID: @.***>

nimgould commented 2 months ago

I modified the decoder and SIF files so that these should now work. Please try again

amontoison commented 2 months ago

All tests have now passed with the new SIF files and decoder. Great job, Nick!