|
||||
File indexing completed on 2025-01-17 09:55:57
0001 /* 0002 * Copyright (c) 2016 Mellanox Technologies, Inc. 0003 * All rights reserved. 0004 * Copyright (c) 2018 IBM Corporation. All rights reserved. 0005 * Copyright (c) 2018 Intel, Inc. All rights reserved. 0006 * Copyright (c) 2019 Research Organization for Information Science 0007 * and Technology (RIST). All rights reserved. 0008 * Copyright (c) 2021 Nanook Consulting All rights reserved. 0009 * $COPYRIGHT$ 0010 * 0011 * Additional copyrights may follow 0012 * 0013 * $HEADER$ 0014 */ 0015 0016 #ifndef PRTE_H 0017 #define PRTE_H 0018 0019 #include "prte_version.h" 0020 0021 /** 0022 * Main body of prte functionality 0023 */ 0024 int prte(int argc, char *argv[]); 0025 0026 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |