Page MenuHomec4science

run.sh
No OneTemporary

File Metadata

Created
Mon, Oct 7, 04:36
#!/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

Event Timeline