File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,20 @@ OpenCoarrays on Windows.
186
186
Also, a large numberof firewall warnings will pop up.
187
187
` cmake --build . -t check `
188
188
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
+
189
203
#### Old Procedure ####
190
204
191
205
__ NOTE: Use this method at your own risk, it is no longer officially supported!__
You can’t perform that action at this time.
0 commit comments