- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to run a simple Fortran code that was built specifically for the Intel compiler, but due to memory constraints I installed it into my home directory and not root. Following the Intel tutorial gave me the error: "command 'ifort' not found", but I know everything was installed correctly. Do I have to be in the /Home/Intel/oneapi directory to run it? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can build in any suitable directory of your choice, but for the Intel compiler tools to work you must set up the environment first. See the instructions.
There are good reasons why the ifort command is not available in the default shell. It is possible, but not necessary, to change that.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can build in any suitable directory of your choice, but for the Intel compiler tools to work you must set up the environment first. See the instructions.
There are good reasons why the ifort command is not available in the default shell. It is possible, but not necessary, to change that.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page