- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to test using mpirun on a system the code was not compiled on, and it's unable to find a library. I'm using Intel Parallel Studio XE 2019, update 3, to compile a mixed Fortran C++ code on Centos 7. I'm having problems running it on that same system (see my other post for that problem), but I eventually will need it to run on a separate system as well. I already have a system running Centos 6, so I'm also trying to run it there. I get the following error:
mycode: error while loading shared libraries: libmpicxx.so.12: cannot open shared object file: No such file or directory
I've searched online, and can not figure out where that library is even supposed to be located. Does anyone know where this file is supposed to be?
I've downloaded and attempted to install l_comp_lib_2019.3.199_comp.cpp_redist.tgz and l_comp_lib_2019.3.199_comp.for_redist.tgz. I say attempted, because I'm not a superuser on this system, so I'm not sure if it's able to install. I don't get any kind of error message when I run the install.sh scripts, so I think they installed correctly. Is it just those two libraries I need, or are there others as well?
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No one knows where libmpicxx.so.12 is supposed to be, if it comes from l_comp_lib_2019.3.199_comp.cpp_redist.tgz or l_comp_lib_2019.3.199_comp.for_redist.tgz, or if I need to be a super user to install them?

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