- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying ot install intel visual fortran 11.1 Intel64 compiler on window 7 x64.
I have visual studio 9.0.
After installation, i tried to test a run ifort hello.for , i got the message that unable to run 'link'.
But when i ran in the window created using 'Fortran Build Environment for applications running on Intel64' option, then executable file generated and worked.. i am not sure how to set up path in where in order to communicate between programs...
The ifortvars_intel64.bat file is shown below...
Does anyone know how to solve this?
your help would be greatly appreciated!!
Sukyung Woo
------------------------------------------------------
Rem Intel Visual Fortran Intel 64 Compiler Professional Build Environment for applications running on Intel 64
echo.
echo Intel Visual Fortran Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1.048
echo Copyright (C) 1985-2009 Intel Corporation. All rights reserved.
echo.
if {%1} EQU {vs2008} (
@call echo.
) else (
if {%1} EQU {vs2005} (
@call echo.
) else (
@call "C:\\Program Files (x86)\\Intel\\Compiler\\11.1\\048\\bin\\intel64\\vsshell2008vars_intel64.bat"
)
)
title Intel Visual Fortran Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1.048 build environment
echo.
SET IFORT_COMPILER11=C:\\Program Files (x86)\\Intel\\Compiler\\11.1\\048
SET INTEL_LICENSE_FILE=C:\\Program Files (x86)\\Common Files\\Intel\\Licenses;%INTEL_LICENSE_FILE%
SET PATH=%IFORT_COMPILER11%\\Bin\\intel64;%PATH%
SET LIB=%IFORT_COMPILER11%\\Lib\\intel64;%LIB%
SET INCLUDE=%IFORT_COMPILER11%\\Include;%IFORT_COMPILER11%\\Include\\Intel64;%INCLUDE%
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One way to set the environment variables prior to invoking the compiler is to "source" the compiler environment script, ifortvars.sh (or ifortvars.csh):
source
where
The environment script takes an argument based on architecture; valid arguments are as follows:
ia32: Compilers and libraries for IA-32 architectures only.
intel64: Compilers and libraries for Intel 64 architectures only.
ia64: Compilers and libraries for IA-64 architectures only.
------
Wendy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"setting environment for using Microsoft Visual Studio 2008 Beta2 x64 Tools.
WindowsSdkDir not found"
What does this error mean?
Please help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page