You are here
Linking Abaqus 6.12-1 + Visual studio 2012 + Intel Parallel Studio XE 2013 (64 bit)
Tue, 2013-07-30 04:32 - Habib Pouriayevali
find Abaqus batch file (abq6121.bat)
in
...... \SIMULIA\Abaqus\Commands
Edit it to
@echo off
@call "...................\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\amd64\vcvars64.bat"
@call "....................\Program Files (x86)\Intel\Composer XE 2013\bin\ipsxe-comp-vars.bat" intel64 vs2012
"............\Program Files\SIMULIA\Abaqus\6.12-1\code\bin\abq6121.exe" %*
»
- Habib Pouriayevali's blog
- Log in or register to post comments
- 6937 reads

Comments
Hi
Hi Habib,
I'm new in Abaqus subroutines.
I'm using Abaqus 6.12-3 + Visual Studio 2012 + Intel Composer XE 2013.
I did what you mentioned above. after running verification for C++ part I'm getting this warning:
Warning - Found Microsoft Visual C++ 11.0.50727.1, which is newer trhan the published Abaqus requirement at the time this version was released. Later minor releases of a published requirement are generally compatible with Abaqus. Please check the system requirements web page for the latest information on supported configuration.
and also Fortran compiler is failing.
Would you please let me know how could I make it work?
Best Regards,
Ashkan