ABAQUS + gfortran (abaqus_v6.env)
Hi
has anyone succeeded in compiling and linking a user define subroutine (e.g. DISP) with gfortran in ABAQUS? I appreciate the issues of linking e.g DISP.obj (compiled with gfortran) with object files precompiled with ABAQUS, however, as long as all compilers are set to target the same platform and architecture, for example i386 instruction set on Linux, then you should be able to link the files. So I feel it is not necessarily a lost cause.