Author |
Message |
Topic: How to increase allocatable memory to allow for larger array |
mbly
Replies: 6
Views: 9460
|
Forum: Support Posted: Tue Feb 26, 2013 7:56 pm Subject: large arrays |
Thanks for the reply.
Isn't ALLOCATE used mainly to help in the definition of a dynamic array?
Won't I still be limited by the 100mb heap or stack?
thanks
Mike |
Topic: input, reading from files problem. |
mbly
Replies: 3
Views: 6592
|
Forum: Support Posted: Mon Feb 25, 2013 10:07 pm Subject: |
thanks |
Topic: How to increase allocatable memory to allow for larger array |
mbly
Replies: 6
Views: 9460
|
Forum: Support Posted: Mon Feb 25, 2013 10:04 pm Subject: How to increase allocatable memory to allow for larger array |
MikeHi
Is there any way to increase the allocatable memory, heap beyond 100 mb to allow for larger arrays? Currently , I can only do 2 arrays of size: (500000,200). Any suggestions? If so, can yo ... |
Topic: input, reading from files problem. |
mbly
Replies: 3
Views: 6592
|
Forum: Support Posted: Fri Jan 25, 2013 5:36 pm Subject: input, reading from files problem. |
I'd appreciate some help with what I'm doing wrong:
PROGRAM SNAP
INTEGER :: SVA(500000,1),J
WRITE(*,*) "BEGIN"
OPEN (UNIT=7,ACCESS="DIRECT",STATUS=&qu ... |
|