Files
lammps/examples/USER-MISC/grem/lj-6rep/run.sh
2021-06-29 20:25:18 -04:00

13 lines
188 B
Bash
Executable File

#!/bin/sh
NPROCS=1
if [ $# -gt 0 ]; then
NPROCS=$1
fi
bash ./clean.sh
python ./double-re-short.py $NPROCS $HOME/compile/lammps-icms/src/lmp_omp in.gREM > total_output.$NPROCS
exit 0