View previous topic :: View next topic |
Author |
Message |
simon_green
Joined: 15 Oct 2009 Posts: 2
|
Posted: Thu Oct 15, 2009 4:51 pm Post subject: large array problems |
|
|
My code has a number of large arrays. On trying to add another I get odd behaviour (but no error message) on running - I cannot set the array to zero, or indeed any other value, and some elements are described as 'Invalid floating point numbers' in the variable list in the debugger.
I have tried reducing the size of the array by a factor of 10 and stil run into the same issues
I presume this is a problem with the stack size, but increasing this does not seem to help. Nor does using virtual common.
I would be grateful for any advice on this problem. |
|
Back to top |
|
 |
jjgermis
Joined: 21 Jun 2006 Posts: 404 Location: N�rnberg, Germany
|
Posted: Thu Oct 15, 2009 5:35 pm Post subject: |
|
|
Hi Simon,
perhaps you should take a look at the following topic in the same forum: Allocatable variables and modules. From your description I assume that you have the same issue as in the mentioned topic. A link with an updated debugger is given.
Please let us know if this solved the problem. |
|
Back to top |
|
 |
simon_green
Joined: 15 Oct 2009 Posts: 2
|
Posted: Fri Oct 16, 2009 8:03 am Post subject: |
|
|
That seems to work fine now thanks! I'm happy it's not a stack problem after all!
Thanks! |
|
Back to top |
|
 |
|