When I use the -in command line option I don’t get a log or dump file, however, when I use “<” I do get all my dump and log files. I’m using a pbs script to submit my job:
that seems more like you are having a problem with
your MPI installation or your machine setup.
the file that you pass in through redirection will not
be read. you can pass in anything, e.g. use < /dev/null
i remember way back when the OSC mpiexec launcher
for MPICH had problems of this kind. in any case, i suggest
you contact the system manager/administrator and/or
check out the user documentation. this is definitely
not a problem of LAMMPS.
a) You can't run TAD without using partitions in your command line,
so I don't see how what you are doing would work
b) you shouldn't use both -in in.foo and < in.foo - that is like
I cannot run the examples unless I use “<” to supply the input. Simply using “-in” does not work. As Axel said, this is probably something with the cluster.
Can you run a simple LAMMPS examples on a single processor, like bench/in.lj
using -in in.lj instead of < in.lj? Can you do it on
one processor? Can you do it with a compiled "make serial"
version of LAMMPS which doesn't use a real MPI library?