<div dir="ltr"><div dir="ltr">On Sat, Aug 27, 2022 at 7:17 AM wangxq2020--- via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov">petsc-users@mcs.anl.gov</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi<div><br></div><div>Submitting a program fails by srun using slurm. This is my command </div><div>srun -n 8 --partition=test --qos=testqos ./test1 -options_file options/test1.opts </div><div>and returns </div><div>./test1: error while loading shared libraries: libopenblas.so.0: cannot open shared object file: No such file or directory.</div><div><br></div><div>But when I using /gpfs/home/ses/wangxq2020/petsc_projects/petsc-3.17.2/arch-linux-c-debug/bin/mpiexec -n 1 ./test1,the program can be running. When I installed the related library PETSC of this program, it failed to use the mpich on the supercomputer, so I downloaded mpich myself. I think it was srun that executed the mpich in /opt or other directories. srun was not using the mpich I downloaded, causing the error. How can I make srun run this /gpfs/home/ses/wangxq2020/petsc_projects/petsc-3.17.2/arch-linux-c-debug/bin/mpiexec?</div></blockquote></div><br clear="all"><div>There may also be a problem with MPI, but this problem is with BLAS. You built PETSc with OpenBLAS, however it appears that OpenBLAS is only installed on the node you built PETSc on, not on the compute nodes used by srun. You can verify this by asking the sysadmin.</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>