Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

oneAPI command line

Rodrigues__Pedro
Beginner
12,680 Views

I started command line from oneAPI prompt and ifort and icl aren't on the path. 

Is this an issue(bug)?

 

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
12,438 Views

To see everything, do a:

set path > path.txt

and attach path.txt to a reply here.

To edit system environment variables in Windows 10, click the Start button, then Settings (gear icon). Click System, then About. Scroll towards the bottom and select Advanced System Settings. Click Environment Variables.

Scroll down to Path under System variables, select it and click Edit.

I don't recommend doing this blindly - you can render your system unusable. Let's see the path.txt from the set command first.

View solution in original post

0 Kudos
28 Replies
Steve_Lionel
Honored Contributor III
12,439 Views

To see everything, do a:

set path > path.txt

and attach path.txt to a reply here.

To edit system environment variables in Windows 10, click the Start button, then Settings (gear icon). Click System, then About. Scroll towards the bottom and select Advanced System Settings. Click Environment Variables.

Scroll down to Path under System variables, select it and click Edit.

I don't recommend doing this blindly - you can render your system unusable. Let's see the path.txt from the set command first.

0 Kudos
Rodrigues__Pedro
Beginner
2,670 Views

I am sending the path on the attached file. I installed the other components from base toolkit. I suppose that everything is fine now.

0 Kudos
Steve_Lionel
Honored Contributor III
2,659 Views

That looks better. Are you saying it works now?

0 Kudos
Rodrigues__Pedro
Beginner
2,657 Views

Yes. I was able to build PETSc library and run all the tests with MKL and MPI. 

Thanks for your precious help.

0 Kudos
Rodrigues__Pedro
Beginner
2,684 Views

Done. everything works now. Do I have to add any path line to access MKL and MPI 'dll' at runtime?

0 Kudos
Developper
Beginner
1,967 Views

Hi , installed oneAPI Base and HPC tool Kit  for Windows. However, we are getting this error oneAPI-cli is not recognized as internal or external command. Please supprot on this. Attached is screenshot as well. 

0 Kudos
andrew_4619
Honored Contributor III
1,961 Views

You should start a new thread not tag an old and not relevant one. Is not cli a Linux tool you said it was a windows install. 

0 Kudos
Developper
Beginner
1,960 Views

Yes, it is Linux install. Sorry for the error. Can you suggest please further ?

0 Kudos
Reply