I'm trying to run an abaqus model from within a matlab script in order to do a material parameter optimisation. My model has a user-defined material. I can run it outside of matlab with no problems. However, when running it within matlab, the user-subroutine fails to link:
Begin Linking Single Precision Abaqus/Explicit User Subroutines
2/25/2009 1:24:59 PM
LINK : fatal error LNK1104: cannot open file 'LIBIFCOREMD.LIB'
Abaqus Error: Problem during linking - Single Precision Abaqus/Explicit User Subroutines.
This error may be due to a mismatch in the Abaqus user subroutine arguments.
These arguments sometimes change from release to release, so user subroutines
used with a previous version of Abaqus may need to be adjusted.
Abaqus/Analysis exited with errors
Suspecting something is up with the environment variables, I've tried running the IFortVars.bat within the matlab script prior to executing abaqus. The batch file runs ok but the subroutine still fails to link.
Any help in this matter would be greatly appreciated.
Regards,
Cormac
Begin Linking Single Precision Abaqus/Explicit User Subroutines
2/25/2009 1:24:59 PM
LINK : fatal error LNK1104: cannot open file 'LIBIFCOREMD.LIB'
Abaqus Error: Problem during linking - Single Precision Abaqus/Explicit User Subroutines.
This error may be due to a mismatch in the Abaqus user subroutine arguments.
These arguments sometimes change from release to release, so user subroutines
used with a previous version of Abaqus may need to be adjusted.
Abaqus/Analysis exited with errors
Suspecting something is up with the environment variables, I've tried running the IFortVars.bat within the matlab script prior to executing abaqus. The batch file runs ok but the subroutine still fails to link.
Any help in this matter would be greatly appreciated.
Regards,
Cormac
Comment