- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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........
- Tags:
- Cluster Computing
- General Support
- Intel® Cluster Ready
- Message Passing Interface (MPI)
- Parallel Computing
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Please fix misprint, it should be `which mpiicc`, not `mpiic`.
Thank you,
Yury
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Alla,
Please check if it is not a problem of a typo on the command-line interface and confirm.
Best Regards,
Pradeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page