- Notifications
You must be signed in to change notification settings - Fork727
How can I use OneAPI?#2484
Unanswered
git-rohan7 asked this question inQ&A
-
Please help me so that I can use OneAPI effectively. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
For example, if you have a folder with the source code of a Fortran project (FortranProject), you can compile this project as follows. Install HPC Toolkit, run Intel oneAPI as Admin, go to the folder FortranProject. The command C:\FortranProject>ifx file1.f file2.f ... filen.f (all files of the project) will compile it and create file1.exe (by the first file name). You can rename it, move to the folder with input file(s) and run. |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment