[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...