1 /* 2 * Copyright (c) 2015 Intel, Inc. All rights reserved. 3 * Copyright (c) 2015 Mellanox Technologies, Inc. 4 * All rights reserved. 5 * $COPYRIGHT$ 6 * 7 * Additional copyrights may follow 8 * 9 * $HEADER$ 10 * 11 */ 12 13 #include <src/include/pmix_config.h> 14 #include <pmix.h> 15 16 #include "test_common.h" 17 18 int test_resolve_peers(char *my_nspace, int my_rank, test_params params);