Hello all,
I need to post this new topic as I can't find the similar discussion. Please direct me to the existing post if this had been discussed.
I have used the configuration of parallel mpi hpc before, but the error of loading the shared libraries was suddenly occurred.
out_t2d_mersey: error while loading shared libraries: libifport.so.5: cannot open shared object file: No such file or directory
out_t2d_mersey: error while loading shared libraries: libifport.so.5: cannot open shared object file: No such file or directory
mpiexec noticed that the job aborted, but has no info as to the process
that caused that situation.
The lines in configuration which related to mpiexec and/or libraries are:
mpi_cmdexec: /opt/mpi/bullxmpi/1.1.17.1/bin/mpiexec -wdir <wdir> -np <ncsize> <exename>
incs_parallel: -I /opt/mpi/bullxmpi/1.1.17.1/include/
libs_all: /opt/mpi/bullxmpi/1.1.17.1/lib/libmpi.so
Was the
libifport.so.5 related to the
libmpi.so at libs_all?
Please help..