PLUMED running issue

Hello,
I’ve installed lammps-7Aug19 and linked it with PLUMED(2.4) in ‘static’ mode by first installing it in ‘lib/plumed’ directory. for the Plumed, I used ‘CXX=mpiicc, CC=icc’ and for lammps I used ‘icc_mpich’. The installation process completed successfully.
But while tring to submit the job, it is showing the following error

‘error while loading shared libraries: libblas.so.3: cannot open shared object file:’

I’ve no idea where the problem is occurring. need help.
Maybe the question is very silly, but our system administrator has no clue either, so I have to ask here.

-best
Radhika.

Hello,
I’ve installed lammps-7Aug19 and linked it with PLUMED(2.4) in ‘static’ mode by first installing it in ‘lib/plumed’ directory. for the Plumed, I used ‘CXX=mpiicc, CC=icc’ and for lammps I used ‘icc_mpich’. The installation process completed successfully.
But while tring to submit the job, it is showing the following error

‘error while loading shared libraries: libblas.so.3: cannot open shared object file:’

your executable is linked to this shared library, but it seems it is not installed on the compute node.
you can verify the path(s) to the required shared libraries with: ldd ./lmp_icc_mpich

I’ve no idea where the problem is occurring. need help.
Maybe the question is very silly, but our system administrator has no clue either, so I have to ask here.

get a better qualified system administrator. this is something a sysadmin should know.

axel.