- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have installed INTEL parallel studio XE cluster edition on our 10 Node cluster machine. I'm able to compile using mpiicc but when i try to run my code using mpirun i'm getting error like this
"error while loading shared libraries: /app/intelMPI//impi/4.1.3.048/intel64/lib/libmpi_dbg.so.4: cannot restore segment prot after reloc: Permission denied"
I have checked my environment varibles path in .bashrc file, i've properly declared the LD_LIBRARY_PATH in .bashrc file. i dont know exactly what is happening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Srinivasan,
Could you please check SELinux status on your system? If it's enabled try to disable it or configure SELinux to allow libmpi_dbg.so.4 execution.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Srinivasan,
Could you please check SELinux status on your system? If it's enabled try to disable it or configure SELinux to allow libmpi_dbg.so.4 execution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks artem,
SELINUX was enabled. I disabled selinux, its now working.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page