- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there some ET-Phone-Home feature of ifort on Windows that is attempting some network activity on each startup? Is it possible to disable this functionality via a command-line option? If not, would it be possible to divulge the DNS name it's trying to look up so that we can have our DNS server immediately return a SERVFAIL or NOTFOUND error, rather than timing out?
Thanks in advance.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can test this by starting a Fortran command prompt session, typing:
set INTEL_LMD_DEBUG=1
ifort
You should see debug output from the license search code that tells you what it is doing.
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The two locations it was searching for are C:\Program Files\Common Files\Intel\Licenses;C:\Program Files (x86)\Common Files\Intel\Licenses
INTEL_LICENSE_FILE is defined, and set to the first of the above two paths. The other variable is not defined.
- 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
ereisch wrote:
We have a number of installations of Visual Fortran on our network, which is unfortunately not always connected to the internet. When the internet is unavailable, the ifort program takes an exceptionally long time to start/run. Thus, building our program of ~1000 source files takes hours rather than the usual minutes. Some quick poking around and we have some suspicions that it has something to do with DNS, presumably because DNS lookups are timing out. When we unplug the network interface to the system altogether, the builds go back to normal speed.
Is there some ET-Phone-Home feature of ifort on Windows that is attempting some network activity on each startup? Is it possible to disable this functionality via a command-line option? If not, would it be possible to divulge the DNS name it's trying to look up so that we can have our DNS server immediately return a SERVFAIL or NOTFOUND error, rather than timing out?
Thanks in advance.
- 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