Normal
0
false
false
false
EN-US
X-NONE
AR-SA
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0cm;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:Arial;
mso-bidi-theme-font:minor-bidi;}
Finally I got a solution and
hope it works for others.
Abaqus 6.9-1 does appear to
work with Intel Fortran 11.1. I am now able to submit jobs which
user routines from cae. My problem was fixed as follows:
1. Added C:\Program
Files (x86)\Intel\Compiler\11.1\048\bin to PATH by adding %IFORT_COMPILER11%bin;
at beginning of existing system environment Path variable value using control
panel.
2. Corrected an
apparent omission in vsshell2008vars_intel64.bat found in C:\Program Files
(x86)\Intel\Compiler\11.1\048\bin\intel64 by adding %VCINSTALLDIR%\bin;
to the Path definition
3. Opened a command
prompt window and entered command: ifortvars intel64. This command allows a
second argument of vs2005 or vs2008 but adding either of these kept
vsshell2008vars_intel64.bat from being called which led to errors. My Microsoft Visual
Studio 9.0 came with the Visual Fortran software.
4. After changing
to the desired file folder using cd, ran CAE using command "abaqus
cae".
5. Abaqus question
4304 relating to mt.exe was unrelated to the current issue. mt.exe was not
found due to the path omission of(2).
This solution was proposed by
Randy.
Good Luck!
Siamak
Linking error for Fortran and Abaqus
Finally I got a solution and
hope it works for others.
Abaqus 6.9-1 does appear to
work with Intel Fortran 11.1. I am now able to
submit jobs which
user routines from cae. My problem was fixed as follows:
1. Added C:\Program
Files (x86)\Intel\Compiler\11.1\048\bin to PATH by adding
%IFORT_COMPILER11%bin;
at beginning of existing system environment Path variable
value using control
panel.
2. Corrected an
apparent omission in vsshell2008vars_intel64.bat found in
C:\Program Files
(x86)\Intel\Compiler\11.1\048\bin\intel64 by adding
%VCINSTALLDIR%\bin;
to the Path definition
3. Opened a command
prompt window and entered command: ifortvars intel64. This
command allows a
second argument of vs2005 or vs2008 but adding either of these
kept
vsshell2008vars_intel64.bat from being called which led to errors. My
Microsoft Visual
Studio 9.0 came with the Visual Fortran software.
4. After changing
to the desired file folder using cd, ran CAE using command
"abaqus
cae".
5. Abaqus question
4304 relating to mt.exe was unrelated to the current issue.
mt.exe was not
found due to the path omission of(2).
This solution was proposed by
Randy.
Good Luck!
Intel visual fortran 11.1 installer
Hi,
Do you have installer for intel visual fortran 11.1? because i could not get it
Thanks for sharing