<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1255">
<META content="MSHTML 6.00.6000.16481" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I solved the error I was getting for the example01 
code.</FONT></DIV>
<DIV><FONT face=Arial size=2>Reminder: the error occured when ZGEMM was 
called:</FONT></DIV>
<DIV><FONT face=Arial size=2><FONT size=3>forrtl: severe (174): SIGSEGV, 
segmentation fault occurred<BR><BR>Stack trace terminated 
abnormally</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT size=3></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT size=3>I fixed the error by writing my own 
ZGEMM code (written by slightly modifiying the ZGEMM code found on the internet 
which blas uses). I then altered f_defs.h to write </FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT size=3>#define ZGEMM    
C_NAME(repzgemm)</FONT></DIV>
<DIV>and I placed repzgemm in the flib directory.</DIV>
<DIV>I had checked that the library ZGEMM worked by writing a little test 
code.</DIV>
<DIV>All this suggests that there is a memory leak problem.</DIV>
<DIV>Now example01 works fine, but the same error message occurs with 
example03.</DIV>
<DIV> </DIV>
<DIV>I tried the sigsegv.diff patch that Paolo sent and I tried changing 
ulimit, but none of these solutions works. I also tried using the local blas 
library.</DIV>
<DIV> </DIV>
<DIV>I'd appreciate any insights into this problem and any comments on the 
partial solution I found,</DIV>
<DIV>Thanks,</DIV>
<DIV>Dr. Helen Eisenberg <BR></DIV></FONT></BODY></HTML>