c2d in the current EIP version (EIP20081210.zip) seems to work but z2d fails with:
calling adjust_tri
called adjust_tri
Z2D 64-bit Linux Vers 9.800 dated 02-07-08g
Copyright © IBM Corporation 2006 Developed with ...
FFTPACK version 4, 1985
ATLAS v3.6.0 Copyright 1998
LAPACK v3.1.0 Copyright 2006
(It runs to this point instantly before terminating with exit code 255.)
On the same machine and with the same input data, the z2d packaged with EIP20081029.zip works fine:
Z2D 64-bit Linux Vers 9.800 dated 02-07-08e
Copyright © IBM Corporation 2006 Developed with ...
FFTPACK version 4, 1985
ATLAS v3.6.0 Copyright 1998
LAPACK v3.1.0 Copyright 2006
allocatesize: 200000
.... (continues as expected)
I wonder what could be going on.