Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

mpiifort: No such file or directory

Aktar
Beginner
504 Views

Hi,

 I want to compile a source code.The make file I have attached.I am working on Ubuntu 22.04.4 LTS OS.Could any one help me to make necessary changes in make.inc file ?

(Virus scan in progress ...)
0 Kudos
1 Reply
TobiasK
Moderator
389 Views

@Aktar 
Your environment is not set up correctly, how did you load the oneAPI environment?

For the latest 2024.2 release, you need to replace 

CC = icc

with 
CC = icx

 

0 Kudos
Reply