Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

MPI Problem --- no mpiicc

Alla
Beginner
2,146 Views

I  use CentOS.

I have installed MPI Library by Intel® Parallel Studio XE and added  

. /hpl/intel/compilers_and_libraries_2019.5.281/linux/mpi/intel64/bin/mpivars.sh 

in .bashrc

But I cannot find mpiicc

which mpiic
/usr/bin/which: no mpiic in (/hpl/intel/compilers_and_libraries_2019.5.281/linux/mpi/intel64/libfabric/bin:/hpl/intel/compilers_and_libraries_2019.5.281/linux/mpi/intel64/bin:/hpl/intel/compilers_and_libraries_2019.5.281/linux/bin/intel64:/hpl/intel/compilers_and_libraries_2019.5.281/linux/bin:/hpl/intel/compilers_and_libraries_2019.5.281/linux/mpi/intel64/libfabric/bin:/hpl/intel/compilers_and_libraries_2019.5.281/linux/mpi/intel64/bin:/hpl/intel/debugger_2019/gdb/intel64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)
--------------------------------------------------------------------------
echo $PATH
/hpl/intel/compilers_and_libraries_2019.5.281/linux/mpi/intel64/libfabric/bin:/hpl/intel/compilers_and_libraries_2019.5.281/linux/mpi/intel64/bin:/hpl/intel/compilers_and_libraries_2019.5.281/linux/bin/intel64:/hpl/intel/compilers_and_libraries_2019.5.281/linux/bin:/hpl/intel/compilers_and_libraries_2019.5.281/linux/mpi/intel64/libfabric/bin:/hpl/intel/compilers_and_libraries_2019.5.281/linux/mpi/intel64/bin:/hpl/intel/debugger_2019/gdb/intel64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin

I must have something wrong, please help me fix it..

Many thanks........

0 Kudos
3 Replies
Yury_K_Intel
Employee
2,146 Views

Hello,

Please fix misprint, it should be `which mpiicc`, not `mpiic`.

Thank you,

Yury

0 Kudos
Pradeep_G_Intel
Employee
2,146 Views

Hi Alla,

Please check if it is not a problem of a typo on the command-line interface and confirm.

Best Regards,

Pradeep 

0 Kudos
black__edgar
Beginner
2,059 Views

Hi All,

I am also having this problem.

I have used the intel compiler for a while without nothing this problem. I always created my MPI projects using CMake and the compilation goes without problems.

However, after setting the environment for the Intel compiler, I I tried to compile a single 'hello world' MPI program using mpiicc:

$ mpiicc testHello.c -o testHello

$  bash: mpiicc: command not found

then, I search the whole Intel directory for the mpiicc file without luck.

Again, I can compile and run intel MPI if I create the makefile using CMake, so I believe I have all the Intel installation right.

Any sugestion.

 

0 Kudos
Reply