Codebase list lammps / ca7dc38
Better fix for the bug, fixed in previous upload. (Thanks, Graham) Anton Gladky 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3030 endif
3131 ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs_mpi)))
3232 mkdir test; cp examples/crack/* test/
33 cd test; mpirun -np 2 ./../src/lammps < in.crack || true
33 cd test; mpirun -np 2 --oversubscribe ./../src/lammps < in.crack
3434 rm -rf test
3535 endif
3636