|
[Sponsors] |
Questions on using LAPACK in gfortran with eclipse |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 26, 2015, 00:51 |
Questions on using LAPACK in gfortran with eclipse
|
#1 |
New Member
anonymous
Join Date: Mar 2011
Posts: 11
Rep Power: 15 |
I am currently using gfortran (from cygwin) with eclipse GUI. The gfortran can work for simple things but I have a hard time when I need LAPACK to invert matrices and solve system of linear equations (to solve equations for flow instability problems).
I have a source code which has a command Code:
CALL DGESV(3,1,MAT1,3,ipiv,b,3,info) I have obtained the LAPACK when I downloaded cygwin, and I compiled my gfortran code with the linker: Code:
gfortran -o "matrix_func" ./matrix_func.o -L"C:\cygwin64\lib" -llapack -lblas What is the reason of this, and how can I use LAPACK package in gfortran? Thank you. |
|
December 26, 2015, 02:22 |
|
#2 |
New Member
anonymous
Join Date: Mar 2011
Posts: 11
Rep Power: 15 |
I have also tried Run-->Debug As-->Local Fortran Application.
I have then receive error message: gdb/mi (suspended) <During startup program exited with code 0xc0000135.> Any clues to the cause of the problem? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Frequently Asked Questions about Installing OpenFOAM | wyldckat | OpenFOAM Installation | 3 | November 14, 2023 12:58 |
Map of the OpenFOAM Forum - Understanding where to post your questions! | wyldckat | OpenFOAM | 10 | September 2, 2021 06:29 |
OpenFoam 2.X and Eclipse Kepler | x86_64leon | OpenFOAM Programming & Development | 14 | September 6, 2014 20:28 |
Debugging in Eclipse | carowjp | OpenFOAM Programming & Development | 1 | October 1, 2011 17:06 |
gfortran and LAPACK | HaKu | Main CFD Forum | 10 | December 29, 2010 14:44 |