!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/btl/base/   drwxr-xr-x
Free 13.31 GB of 57.97 GB (22.96%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     btl_base_error.h (4.25 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
 *                         University Research and Technology
 *                         Corporation.  All rights reserved.
 * Copyright (c) 2004-2011 The University of Tennessee and The University
 *                         of Tennessee Research Foundation.  All rights
 *                         reserved.
 * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
 *                         University of Stuttgart.  All rights reserved.
 * Copyright (c) 2004-2005 The Regents of the University of California.
 *                         All rights reserved.
 * Copyright (c) 2007-2008 Cisco Systems, Inc.  All rights reserved.
 * Copyright (c) 2007      Sun Microsystems, Inc.  All rights reserved.
 * Copyright (c) 2012      Los Alamos National Security, LLC.
 *                         All rights reserved.
 * Copyright (c) 2013-2014 Intel, Inc. All rights reserved
 * $COPYRIGHT$
 *
 * Additional copyrights may follow
 *
 * $HEADER$
 */

#ifndef MCA_BTL_BASE_ERROR_H
#define MCA_BTL_BASE_ERROR_H

#include "opal_config.h"

#include <errno.h>
#include <stdio.h>

#include "opal/util/proc.h"

OPAL_DECLSPEC extern int mca_btl_base_verbose;

OPAL_DECLSPEC extern int mca_btl_base_err(const char*, ...) __opal_attribute_format__(__printf__, 1, 2);
OPAL_DECLSPEC extern int mca_btl_base_out(const char*, ...) __opal_attribute_format__(__printf__, 1, 2);

#define BTL_OUTPUT(args)                                        \
    do {                                                        \
        mca_btl_base_out("[%s]%s[%s:%d:%s] ",                   \
                         opal_process_info.nodename,            \
                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME),    \
                         __FILE__, __LINE__, __func__);         \
        mca_btl_base_out args;                                  \
        mca_btl_base_out("\n");                                 \
    } while(0);


#define BTL_ERROR(args)                                         \
    do {                                                        \
        mca_btl_base_err("[%s]%s[%s:%d:%s] ",                   \
                         opal_process_info.nodename,            \
                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME),    \
                         __FILE__, __LINE__, __func__);         \
        mca_btl_base_err args;                                  \
        mca_btl_base_err("\n");                                 \
    } while(0);

#define BTL_PEER_ERROR(proc, args)                              \
    do {                                                        \
        mca_btl_base_err("%s[%s:%d:%s] from %s ",               \
                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME),    \
                         __FILE__, __LINE__, __func__,          \
                         opal_process_info.nodename);           \
        if (proc) {                                             \
            mca_btl_base_err("to: %s ",                         \
                             opal_get_proc_hostname(proc));     \
        }                                                       \
        mca_btl_base_err args;                                  \
        mca_btl_base_err("\n");                                 \
    } while(0);


#if OPAL_ENABLE_DEBUG
#define BTL_VERBOSE(args)                                               \
    do {                                                                \
        if(mca_btl_base_verbose > 0) {                                  \
            mca_btl_base_err("[%s]%s[%s:%d:%s] ",                       \
                             opal_process_info.nodename,                \
                             OPAL_NAME_PRINT(OPAL_PROC_MY_NAME),        \
                             __FILE__, __LINE__, __func__);             \
            mca_btl_base_err args;                                      \
            mca_btl_base_err("\n");                                     \
        }                                                               \
    } while(0);
#else
#define BTL_VERBOSE(args)
#endif

#endif


BEGIN_C_DECLS

OPAL_DECLSPEC extern void mca_btl_base_error_no_nics(const char* transport,
                                                     const char* nic_name);

END_C_DECLS

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0056 ]--