Problems with LAMMPS 14May16
LAMMPS 14May16 was built with the USER-OMP package on Oakley, Ruby, and Owens. Its default behavior is to spawn too many OpenMP threads. lammps/14May16 batch scripts that do not use the USER-OMP package should set the OMP_NUM_THREADS environment variable to 1 as a workaround, e.g.:export OMP_NUM_THREADS=1
for Bourne type shells andsetenv OMP_NUM_THREADS 1
for C type shells.