[lammps-users] Query on compiling lammps

Please do not email me directly, rather post to the mail list.

This looks like a make or MPI problem, you can't even launch
the executable. You aren't even giving the executable
a LAMMPS script to run.

Steve

Please do not email me directly, rather post to the mail list.

This looks like a make or MPI problem, you can't even launch
the executable. You aren't even giving the executable
a LAMMPS script to run.

ajit,

two remarks on this:

a) MPI programs are not necessarily meant to be executed
   standalone. you'd have to use mpirun.

b) you are obviously executing on the frontend node and
   not on the compute node. that node has no infiniband,
   and thus you are getting the first part of the error,
   but that node may also have other limits set (cf. ulimit)
   that can cause the segfault.

so, i suggest you get an interactive session on a couple
of compute nodes and then execute your binary through
mpirun.

cheers,
   axel.