Hello all, Does anyone know how to create a fortran dynamic library in linux?
On a windows platform my .dll is created by the following procedure
on shell:
$gfortran -c rls2.f90 backward.f90 forward.f90 fzmf.f90 dxfz.f90 hybrid.f90
$dlltool -z hybrid.def --export-all-symbols hybrid.o
$gfortran...
Hello all
After running my program i get this error:
----------------------------------
*** glibc detected *** ./a.out: free(): invalid pointer: 0x080537f0 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb7e1ea85]
.
.
.
======= Memory map: ========
08048000-0804c000 r-xp 00000000...
Hello all, i'm a newbie to fortran 90, i believe that there a mistake with my variable er3 declaration but i can't find it. my code is:
----------------------------------
SUBROUTINE BACKWARD(E,Y,p,L,k,pqr,O5,er5,er4,er3)
IMPLICIT NONE
INTEGER , INTENT(IN) :: p,k,L
INTEGER :: i,j,jo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.