#!/bin/sh
set -e

export OMPI_MCA_plm_rsh_agent=/bin/false                #workaround to start MPI-applications in chroot
lammps < ./examples/crack/in.crack
