[Trilinos-Users] I have problem on epetra_blas

SungHwan Choi sunghwanchoi91 at gmail.com
Mon Dec 3 19:06:10 MST 2012


Hi
I have problem on calling epetra_blas. Here is my code

                Epetra_BLAS* blas = new Epetra_BLAS();
                double tmp [3]={0,};
                double tmp2 [3]={1,};
                blas->COPY(3,tmp,tmp2);
                cout << tmp[0] <<endl;
                cout << tmp2[0] << endl;

compiled it and liking with "-lepetra " executing above code, Segmentation
fault comes up. What can I do for solving this?
please help me

Sunghwan Choi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://software.sandia.gov/pipermail/trilinos-users/attachments/20121204/4a3cd02d/attachment.html 


More information about the Trilinos-Users mailing list