I have a f95 module (created with f2py) which I wish to import to a python code. Now the total number of array elements in the f95 code seems to be too large for python, since there is an error message:
ImportError: DLL load failed: invalid access to memory location .
How do I manage the memory to get the code working? I tried to read the python manuals, but can't get things working.
ImportError: DLL load failed: invalid access to memory location .
How do I manage the memory to get the code working? I tried to read the python manuals, but can't get things working.
Comment