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