nimgould

Results 108 comments of nimgould

Great. Users have the opportunity to provide their own ordering, and merely a stub for metis_nodend such as ```Fortran SUBROUTINE METIS_NODEND(N,IPTR,IRN,METFTN,METOPT,INVPRM,PERM) C Dummy routine that is called if MeTiS is...

Also add ```Fortran case(SSIDS_ERROR_NO_METIS) msg = 'MeTiS is not available' ``` to inform.f90

I don't understand, I thought that this was being reviewed. What is going on? Nick Get Outlook for Android ________________________________ From: Arfon Smith ***@***.***> Sent: Tuesday, July 12, 2022 6:43:55...

Apologies ... I replied to Mellisa's email on the 6th of April, but my response to her request didn't show up here. Here it is again 1. I looked through...

Hi Melissa, that is disappointing. I already looked through your speadsheet, and there seems to be a vacuum of people whose interests lie in optimization and who program in fortran....

1. I would expect some nonzero status values if the requested linear solvers are not present. I have modified both sls and ils to try to detect this, but this...

I'm working on this atm. This needs both compilation of the dummy versions of the HSL archive codes, but also a replacement default solver. The latter is, I am afraid,...

By this, do you simply mean adding #include "galahad_arc.h" etc? If so, yes, that is a good idea. But beware that each galahada_*.h itself includes all of the dependencies. I...