c6235a9a0f
Add test suite for netlink and weighted reachable components. We don't have a great way of running components through unit tests today, so make them stand-alone tests that are run with mpirun and such. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
13 строки
293 B
Bash
Исполняемый файл
13 строки
293 B
Bash
Исполняемый файл
#!/bin/bash
|
|
# Copyright (c) 2017 Amazon.com, Inc. or its affiliates. All Rights
|
|
# reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
mpirun -np 1 --mca reachable netlink reachable_netlink
|
|
mpirun -np 1 --mca reachable weighted reachable_weighted
|