Files
LBPM/example/Plates/MixedWet.sh
2018-06-13 21:38:48 -04:00

9 lines
214 B
Bash

#!/bin/bash
LBPM_DIR=../../tests
python ParallelPlates.py
mpirun -np 1 $LBPM_DIR/lbpm_serial_decomp input.db
mpirun -np 4 $LBPM_DIR/lbpm_segmented_pp input.db
mpirun -np 4 $LBPM_DIR/lbpm_color_simulator input.db