Hello,
I am using the IMSL version that came with Compaq Fortran Version 6.6 with the same compiler and Visual Studio 6.0. I am having problems running DCDIST() ( REAL*8 version of CDIST() ) with 34 or more variables.
Everything works fine with 33 or less variables (NCOL<34) but when I use the subroutine with 34 or more DCDIST() hangs. I get no errors back. I have to press control-C to stop it. I have the reserve stack at 250 megabytes (for both Debug and release) so I don't think that's the problem. I tried to read any info/warns/errors that may be returned with
CALL ERSET (0, 1, -1)
but, again, the system hangs at the DCDIST() call. I've been using many IMSL rountines the past several years and this is the first strange hang bug I've encountered. Is it a bug?