6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/sh
|
|
|
|
# This is dummy mpiexec for irregular test
|
|
echo "dummy mpiexec abort!!" >&2
|
|
exit 1
|