003 File Manager
Current Path:
/usr/include/infiniband/opensm
usr
/
include
/
infiniband
/
opensm
/
📁
..
📄
osm_attrib_req.h
(3.05 KB)
📄
osm_base.h
(24.34 KB)
📄
osm_config.h
(2.03 KB)
📄
osm_congestion_control.h
(4.03 KB)
📄
osm_console.h
(1.75 KB)
📄
osm_console_io.h
(3.02 KB)
📄
osm_db.h
(9.08 KB)
📄
osm_db_pack.h
(11.91 KB)
📄
osm_errors.h
(3.28 KB)
📄
osm_event_plugin.h
(6.08 KB)
📄
osm_file_ids.h
(4.11 KB)
📄
osm_guid.h
(2.16 KB)
📄
osm_helper.h
(19.39 KB)
📄
osm_inform.h
(6.37 KB)
📄
osm_lid_mgr.h
(6.53 KB)
📄
osm_log.h
(14.11 KB)
📄
osm_mad_pool.h
(8.82 KB)
📄
osm_madw.h
(23.17 KB)
📄
osm_mcast_mgr.h
(2.52 KB)
📄
osm_mcast_tbl.h
(10.22 KB)
📄
osm_mcm_port.h
(6.18 KB)
📄
osm_mesh.h
(2.56 KB)
📄
osm_msgdef.h
(4.47 KB)
📄
osm_mtree.h
(6.38 KB)
📄
osm_multicast.h
(9.89 KB)
📄
osm_node.h
(14.48 KB)
📄
osm_opensm.h
(15.86 KB)
📄
osm_partition.h
(6.19 KB)
📄
osm_path.h
(4.99 KB)
📄
osm_perfmgr.h
(7.92 KB)
📄
osm_perfmgr_db.h
(7.12 KB)
📄
osm_pkey.h
(15.96 KB)
📄
osm_port.h
(34.53 KB)
📄
osm_port_profile.h
(4.74 KB)
📄
osm_prefix_route.h
(2.2 KB)
📄
osm_qos_policy.h
(7.66 KB)
📄
osm_remote_sm.h
(4.88 KB)
📄
osm_router.h
(4.79 KB)
📄
osm_sa.h
(13.83 KB)
📄
osm_sa_mad_ctrl.h
(8.02 KB)
📄
osm_service.h
(4.66 KB)
📄
osm_sm.h
(17.84 KB)
📄
osm_sm_mad_ctrl.h
(7.54 KB)
📄
osm_stats.h
(4.92 KB)
📄
osm_subnet.h
(40.54 KB)
📄
osm_switch.h
(24.63 KB)
📄
osm_ucast_cache.h
(5.93 KB)
📄
osm_ucast_lash.h
(2.69 KB)
📄
osm_ucast_mgr.h
(7.11 KB)
📄
osm_version.h
(1.78 KB)
📄
osm_vl15intf.h
(8.96 KB)
📄
st.h
(3.21 KB)
Editing: osm_config.h
/* include/opensm/osm_config.h. Generated from osm_config.h.in by configure. */ /* include/osm_config.h.in * * Defines various OpenSM configuration parameters to be used by various * plugins and third party tools. * * NOTE: Defines used in header files MUST be included here to ensure plugin * compatibility. */ #ifndef _OSM_CONFIG_H_ #define _OSM_CONFIG_H_ 1 /* define 1 if OpenSM build is in a debug mode */ /* #undef OSM_DEBUG */ /* #undef _DEBUG_ */ /* Define as 1 if you want Dual Sided RMPP Support */ #define DUAL_SIDED_RMPP 1 /* Define as 1 if you want to enable a console on a socket connection */ /* #undef ENABLE_OSM_CONSOLE_SOCKET */ /* Define as 1 if you want to enable the event plugin */ /* #undef ENABLE_OSM_DEFAULT_EVENT_PLUGIN */ /* Define as 1 if you want to enable the performance manager */ #define ENABLE_OSM_PERF_MGR 1 /* Define as 1 if you want to enable the performance manager profiling code */ /* #undef ENABLE_OSM_PERF_MGR_PROFILE */ /* Define a default node name map file */ #define HAVE_DEFAULT_NODENAME_MAP "/etc/opensm/ib-node-name-map" /* Define a default OpenSM config file */ #define HAVE_DEFAULT_OPENSM_CONFIG_FILE "/etc/opensm/opensm.conf" /* Define a Partition config file */ #define HAVE_DEFAULT_PARTITION_CONFIG_FILE "/etc/opensm/partitions.conf" /* Define a Prefix Routes config file */ #define HAVE_DEFAULT_PREFIX_ROUTES_FILE "/etc/opensm/prefix-routes.conf" /* Define a QOS policy config file */ #define HAVE_DEFAULT_QOS_POLICY_FILE "/etc/opensm/qos-policy.conf" /* Define OpenSM config directory */ #define OPENSM_CONFIG_DIR "/etc/opensm" /* Define as 1 for vapi vendor */ /* #undef OSM_VENDOR_INTF_MTL */ /* Define as 1 for OpenIB vendor */ #define OSM_VENDOR_INTF_OPENIB 1 /* Define as 1 for sim vendor */ /* #undef OSM_VENDOR_INTF_SIM */ /* Define as 1 for ts vendor */ /* #undef OSM_VENDOR_INTF_TS */ /* Define as 1 if you want Vendor RMPP Support */ #define VENDOR_RMPP_SUPPORT 1 /* Define to 1 if you have the `pthread' library (-lpthread). */ #define HAVE_LIBPTHREAD 1 #endif /* _OSM_CONFIG_H_ */
Upload File
Create Folder