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

Error running setvars.sh on Windows 10

kiriaki
Beginner
448 Views

Hello.
 
I've recently installed OneAPI Base and HPC toolkits v.2023 in a Windows desktop for a customer. The installation went smoothly, but when I run the setvars.sh script to setup the Fortran environment (both manually and from Visual Studio menu) I get the error message
 
\SSH was unexpected at this time.
 
System specs:
Processor: Xeon E5-2609v3
GPU: Nvidia Quadro M2000
 
A colleague of mine suggested that the problem lies with the Graphics card. Could that be true? If I understand well, the GPU is used to accelerate the code, but the compiler will use the CPU if a compatible GPU is not found.
 
Any ideas what may be causing this?

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
442 Views

The graphics card is irrelevant, and I assume you meant to say setvars.bat as there is no setvars.sh on a Windows system. 

The Intel setvars.bat doesn't contain "SSH".  

Open a command prompt window and type:

call "%ONEAPI_ROOT%setvars.bat"

Paste the entire command session into a reply here so we can see what is going on.

0 Kudos
Reply