PDA

View Full Version : C++ compiler necessary to run UMAT subroutine?



Mol
2008-11-25, 02:46
I have Abaqus 6.8-2, Intel Fortran 10 and Microsoft Visual Studio 2005.

Do I also need to install Microsoft Visual C++ to be able to run an UMAT subroutine?

Thanks

Jorgen
2008-11-29, 19:34
You only need a C++ compiler if you have written the UMAT subroutine in C++. If your code is in Fortran then you only need Fortran compiler.

-Jorgen