SK
sk@hub.utsukta.org
SK
Tech enthusiast embracing self-hosting and digital independence. Lover of DIY projects, philosophy, and scientific thinking. Passionate about learning and building meaningful connections.
Main Navigation
[BBcode] 

ABAQUS Notes, How-to's, Guides.: 01: FORTRAN compiler

Linking to gfortran in linux


The following lines should be saved in eabaqus_v6.env in the working directory to link gfortran to ABAQUS compiler.

fortCmd = "gfortran"   # <-- Fortran compiler

compile_fortran = (fortCmd + " -c -fPIC -I%I")

link_sl = (fortCmd +
   " -fPIC -shared " +
   "%E -Wl,-soname,%U -o %U %F %A %L %B -Wl,-Bdynamic " +
   " -lifport -lifcoremt")
Sorry, you have got no notifications at the moment...