- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I installed IFC 2019 U1 and I have to VS2017 installed. I cannot get the ifort command to work.
Copyright (C) 1985-2018 Intel Corporation. All rights reserved. Intel(R) Compiler 19.0 Update 1 (package 144) ********************************************************************** ** Visual Studio 2017 Developer Command Prompt v15.9.3 ** Copyright (c) 2017 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x86' C:\Program Files (x86)\IntelSWTools>ifort 'ifort' is not recognized as an internal or external command, operable program or batch file. C:\Program Files (x86)\IntelSWTools>
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It looks like you missed the advice in the web pages which are offered to you when finishing the installation. The supported way to use ifort from command line is to open a window from the start shortcut, which varies according to Windows version, and change to your own working directory where you have full permissions. If you can't use the start shortcut, you will need to look at the script in the start shortcut for the required .bat executions to set the environment. Among the reasons for this is to support choosing among multiple VS or ifort installed versions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Judging from the output, the advice was followed. The only thing I can see that might be a problem is that the default directory is the install folder under Program Files, and you can't do anything useful there. Try doing a "cd" to a writeable folder elsewhere.
Another possible problem is that PATH is too long. Please show the output of "set path".
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page