Code Comments
Programming Forum and web based access to our favorite programming groups.On Wed, 27 Apr 2005 12:17:27 +0200, Matthias Möller <moeller.matthias@gmx.de > wrote: >In line "write(unit=77) kdata" I get a segmentation fault. If I change >the pointer attribute of kdata into allocatable everything works fine. >However, I need the pointer attribute in my real code. In addition if I >let kdata be "allocatable" but modify its output according to > >write(unit=77) kdata(:,:) > >the same segmantation fault occurs. First, Intel offers technical support at Intel Premier Support - see the lin k below for details. Second, Intel also offers a user forum for Intel Forfran users - link also below. Your program is running out of stack due to a stack temporary created by the compiler. I haven't tried your case, but we did make some changes in this area since the compiler you're using. 8.1.027 is current. The alternative is to raise your stacksize limit. Steve Lionel Software Products Division Intel Corporation Nashua, NH User communities for Intel Software Development Products http://softwareforums.intel.com/ Intel Fortran Support http://developer.intel.com/software/products/support/
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.