#
# Wave1d sample application schema
# mpirun -v myapp
#

#
# Run exactly two processes.
# Assuming the multicomputer is homogeneous, ship the executable
# to each node.  This is slower but more convenient than placing it there
# yourself or relying upon NSF and your shell path to be right.
# See mpirun(1) if you get a "file not found" error.
#
# Any one line application schema can be done on the mpirun command line,
# without a schema file like this one.
#
trivial -c 2 -s h
