[f2py] DLL load error due to large arrays?
Torppa Johanna <[email protected]>
| Newsgroups | gmane.comp.python.f2py.user |
|---|---|
| Message-ID | <CDC71670B5C4D842B22F4C56819D4D8CB7DAC27E09@EXVS05.postipalvelut.lounet> |
I'm trying to import a f2py generated .pyd file to a Python script, but if the total number of array elements in the original f95 code is too large, an error occurs (DLL load error). Anyone knows why could this be? If the f95 code is compiled with, e.g., gfortran, and run outside Python, there is no problem. Latest updates of the compilers have been installed within two months. Thanks in advance, Johanna Torppa