Page 1 of 1

svsolver

Posted: Wed May 08, 2019 3:54 pm
by lcafiuner
when I trying run

mpiexec -np 2 svsolver

I have this error
mpi_type_extent_
srun: error: nodexx: tasks 0-23: Exited with exit code 127

Re: svsolver

Posted: Mon May 13, 2019 3:35 pm
by davep
Hi Gaston,

You are running on a cluster using Slurm?

The exit code 127 can be caused by a couple of things, the svsolver program can't be found (i.e. it is not in your path) or a library that svsolver uses (e.g. blas, lapack) cannot be found.

Cheers,
Dave