Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28443 Discussions

using ifort in editors other than Visual Studio

ghylander
New Contributor I
1,704 Views

I used to have ifort from Parallel Studio XE

When the licensed expired, I started using oneAPI

In addition to Visual Studio, some members of my team use the Sublime Text 3 IDE.

With Parallel Studio, there was a custom build system which could compile Fortran code using ifort:

{
    "cmd": ["cmd", "/e:on", "/v:on", "/k", "ipsxe-comp-vars intel64 vs2013 && ifort ${file}"],  
    "file_regex": "^.*\\\\([0-9A-Za-z_]+\\.[A-Za-z0-9]+)\\(([0-9]+)\\):[ ]+error[ ]+#([0-9]+):[ ]+(.*)$",  
    "working_dir":"${file_path}",   
    "selector":"source.f ,source.for ,source.ftn ,source.f90 ,source.fpp ,source.i ,source.i90",
    "encoding":"cp936",
    "path":"C:\\Program Files (x86)\\IntelSWTools\\compilers_and_libraries_2017.4.210\\windows\\bin;${path}",
    "variants":
      [  
           {  
              "name": "Run", 
              "cmd": ["cmd", "/e:on", "/v:on", "/c", "ipsxe-comp-vars intel64 vs2013 && ifort ${file} && ${file_base_name}"] 
          }  
     ]  

}

Now, ipsxe-comp-vars is no longer included with oneAPI
I've tried to replicate this using the "setvars" files, but I get a "setvars is not recognized" error:

{
    "cmd": ["cmd", "/e:on", "/v:on", "/k", "setvars intel64 vs2022 && ifort ${file}"],  
    "file_regex": "^.*\\\\([0-9A-Za-z_]+\\.[A-Za-z0-9]+)\\(([0-9]+)\\):[ ]+error[ ]+#([0-9]+):[ ]+(.*)$",  
    "working_dir":"${file_path}",   
    "selector":"source.f ,source.for ,source.ftn ,source.f90 ,source.fpp ,source.i ,source.i90",
    "encoding":"cp936",
    "path":"C:\\Program Files (x86)\\Intel\\oneAPI\\compiler\\2022.0.0\\windows\\bin\\intel64;${path}",
    "variants":
      [  
           {  
              "name": "Run", 
              "cmd": ["cmd", "/e:on", "/v:on", "/c", "setvars intel64 vs2022 && ifort ${file} && ${file_base_name}"] 
          }  
     ]  

}

But when i attempt to build any source file I get:

"setvars" is not recognized as an internal or external command, operable program or batch file


This is my system PATH:

ghylander_0-1645169654104.png

How do I make this work?

As additional information, I tried to debug this a bit. If I open a cmd prompt, run setvars.bat and then invoke ifort, it works:

ghylander_1-1645170046830.png

However if I try to do the same thing using PowerShell v7.2, I get the follwing:

ghylander_2-1645170100411.png

 

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
1,655 Views

Perhaps because the path to setvars.bat is C:\Program Files (x86)\Intel\oneAPI , which is not in your PATH (nor should it be.) Nor is it the folder listed in that custom build configuration.

View solution in original post

6 Replies
Steve_Lionel
Honored Contributor III
1,676 Views

The problem is that the changes that the setvars.bat does don't stick in PowerShell. The easiest way I found to deal with this is to establish the environment in the command shell (the new Windows Terminal works too), and then invoke PowerShell

 

 

 

:: initializing oneAPI environment...
   Initializing Visual Studio command-line environment...
   Visual Studio version 16.11.9 environment configured.
   "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\"
   Visual Studio command-line environment initialized for: 'x64'
:  compiler -- latest
:  debugger -- latest
:  dev-utilities -- latest
:  inspector -- latest
:  mkl -- latest
:  mpi -- latest
:  tbb -- latest
:: oneAPI environment initialized ::

D:\Projects>powershell
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS D:\Projects> ifort -c
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.5.0 Build 20211109_000000
Copyright (C) 1985-2021 Intel Corporation.  All rights reserved.

 

 

 

0 Kudos
ghylander
New Contributor I
1,665 Views

Thanks for your reply Steve,

While your answer sheds light on the PowerShell issue and allows me to not switch to cmd when I want to invoke ifort using cli, the main issue is not addressed, i.e. why is setvars not in path/not detected while ipsxe-comp-vars was?

0 Kudos
Steve_Lionel
Honored Contributor III
1,656 Views

Perhaps because the path to setvars.bat is C:\Program Files (x86)\Intel\oneAPI , which is not in your PATH (nor should it be.) Nor is it the folder listed in that custom build configuration.

ghylander
New Contributor I
1,625 Views

thank you again Steve.

 

For some reason I either overlooked that folder not being in my system PATH or assumed that the directories already in the PATH had a setvars.bat file as well.

I managed to solve my issue. Posting the build system config in case anyone arrives at this question in the future:

{
    "cmd": ["cmd", "/e:on", "/v:on", "/S", "/k", "C:\\\"Program Files (x86)\"\\Intel\\oneAPI\\setvars.bat intel64 vs2022 && ifort ${file}"],  
    "file_regex": "^.*\\\\([0-9A-Za-z_]+\\.[A-Za-z0-9]+)\\(([0-9]+)\\):[ ]+error[ ]+#([0-9]+):[ ]+(.*)$",  
    "working_dir":"${file_path}",   
    "selector":"source.f ,source.for ,source.ftn ,source.f90 ,source.fpp ,source.i ,source.i90",
    "encoding":"cp936",
    "path":"C:\\Program Files (x86)\\Intel\\oneAPI\\compiler\\latest\\windows\\bin\\intel64;${path}",
    "variants":
      [  
           {  
              "name": "Run", 
              "cmd": ["cmd", "/e:on", "/v:on", "/s", "/c", "C:\\\"Program Files (x86)\"\\Intel\\oneAPI\\setvars.bat intel64 vs2022 && ifort ${file} && ${file_base_name}"] 
          }  
     ]  

}

 

However, I still have one question. How come ipsxe-comp-var was in PATH and setvars isn't?

0 Kudos
Steve_Lionel
Honored Contributor III
1,613 Views

The folder containing the PSXE .bat file would not be in PATH unless you added it yourself (which your script did.) Once you execute ipsxe-comp-vars.bat, then one of the folders containing the compiler would be added to PATH, but there's no reason for the higher-level folder to be there since there's nothing there that would be searched for with just a name.

0 Kudos
ghylander
New Contributor I
1,587 Views

The folder containing ipsxe-comp-varrs.bat was already in my PATH. The script I posted starts a cmd shell, executes ipsxe-comp-vars with 64 bits and visual studio 15 options, then invokes ifort on the currently opened file.

I honestly don't recall adding it to my PATH at any point, the build system config for the Parallel Studio ifort was found online, and it was a plug and play script for all the computers I tried it on

0 Kudos
Reply