User subroutine in abaqus
User subroutine in abaqus
(OP)
Hello all,
I am new to using user-subroutines in abaqus but from what i gather, I need to have visual basic and fortran.
Do i need to specifically use the intel fortran compiler? or can i use a different one.
thank you
I am new to using user-subroutines in abaqus but from what i gather, I need to have visual basic and fortran.
Do i need to specifically use the intel fortran compiler? or can i use a different one.
thank you





RE: User subroutine in abaqus
HTH,
Dan
Han primo incensus
RE: User subroutine in abaqus
I meant to say visual studio. The help file says to use intel fortran compiler but I have fortran powerstation instead. I'd like to know if that would work too.
RE: User subroutine in abaqus
Change all references to ifort and icpc to "gfortran" and "gcc" (in my case, I don't know for you).