Path: utzoo!attcan!sobmips!laporte From: laporte@sobmips.UUCP (p.laporte) Newsgroups: comp.sys.mips Subject: f77 large arrays Message-ID: <1989Nov29.155110.2672@sobmips.UUCP> Date: 29 Nov 89 15:51:10 GMT Organization: Sobeco Group - Montreal, Canada Lines: 21 When compiling the following program i get an error in as1 dimension i(800000) data i/800000*0/ stop end f77 -c big.f as1: Error: , line 0: Not enough space Fatal error in: /usr/lib/cmplrs/f77/as1 - core dumped Signal 139 If i remove the data line all is ok. Has anyone faced the same problem and found a solution. Pierre Laporte {attcan,mcgill-vision,telly}!sobeco!laporte