Skip to content

Commit 02ec792

Browse files
committed
Update INSTALL.md with the note I forgot
1 parent 9ab99ab commit 02ec792

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

INSTALL.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,20 @@ OpenCoarrays on Windows.
186186
Also, a large numberof firewall warnings will pop up.
187187
`cmake --build . -t check`
188188

189+
__NOTE About the Intel OneAPI CMD.exe shell__
190+
191+
If you don't have a "Intel oneAPI command prompt for Intel 64 for Visual Studio 20xx"
192+
in your start menu you can figure out how to launch an equivalent `CMD.exe` or
193+
Powershell instance by examining the shortcut Target that it created for me:
194+
195+
```
196+
%ComSpec% /E:ON /K ""C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 vs2022"
197+
```
198+
199+
So it looks like you can launch `CMD.exe` and then run the appropriate `setvars.bat`
200+
script with the `intel64` and `vs20<xx>` arguments where `vs20<xx>` matches the
201+
appropriate Visual Studio version.
202+
189203
#### Old Procedure ####
190204

191205
__NOTE: Use this method at your own risk, it is no longer officially supported!__

0 commit comments

Comments
 (0)