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
svsolver
- David Parker
- Posts: 1719
- Joined: Tue Aug 23, 2005 2:43 pm
Re: svsolver
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
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