Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 18, 2020 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/a4060eb1930faf323c01f62303179195 to your computer and use it in GitHub Desktop.
Save r-ryantm/a4060eb1930faf323c01f62303179195 to your computer and use it in GitHub Desktop.
/nix/store/3vhjg2ak72nhpy99wxgii133i0zz7zxj-opensm-3.3.23
├── bin
│   ├── opensm
│   └── osmtest
├── etc
│   └── init.d
│   └── opensmd
├── include
│   └── infiniband
│   ├── complib
│   │   ├── cl_atomic.h
│   │   ├── cl_atomic_osd.h
│   │   ├── cl_byteswap.h
│   │   ├── cl_byteswap_osd.h
│   │   ├── cl_comppool.h
│   │   ├── cl_debug.h
│   │   ├── cl_debug_osd.h
│   │   ├── cl_dispatcher.h
│   │   ├── cl_event.h
│   │   ├── cl_event_osd.h
│   │   ├── cl_event_wheel.h
│   │   ├── cl_fleximap.h
│   │   ├── cl_heap.h
│   │   ├── cl_list.h
│   │   ├── cl_log.h
│   │   ├── cl_map.h
│   │   ├── cl_math.h
│   │   ├── cl_nodenamemap.h
│   │   ├── cl_packoff.h
│   │   ├── cl_packon.h
│   │   ├── cl_passivelock.h
│   │   ├── cl_pool.h
│   │   ├── cl_ptr_vector.h
│   │   ├── cl_qcomppool.h
│   │   ├── cl_qlist.h
│   │   ├── cl_qmap.h
│   │   ├── cl_qpool.h
│   │   ├── cl_spinlock.h
│   │   ├── cl_spinlock_osd.h
│   │   ├── cl_thread.h
│   │   ├── cl_thread_osd.h
│   │   ├── cl_threadpool.h
│   │   ├── cl_timer.h
│   │   ├── cl_timer_osd.h
│   │   ├── cl_types.h
│   │   ├── cl_types_osd.h
│   │   └── cl_vector.h
│   ├── iba
│   │   ├── ib_cm_types.h
│   │   └── ib_types.h
│   ├── opensm
│   │   ├── osm_base.h
│   │   ├── osm_config.h
│   │   ├── osm_congestion_control.h
│   │   ├── osm_console.h
│   │   ├── osm_console_io.h
│   │   ├── osm_db.h
│   │   ├── osm_db_pack.h
│   │   ├── osm_errors.h
│   │   ├── osm_event_plugin.h
│   │   ├── osm_file_ids.h
│   │   ├── osm_guid.h
│   │   ├── osm_helper.h
│   │   ├── osm_inform.h
│   │   ├── osm_lid_mgr.h
│   │   ├── osm_log.h
│   │   ├── osm_mad_pool.h
│   │   ├── osm_madw.h
│   │   ├── osm_mcast_mgr.h
│   │   ├── osm_mcast_tbl.h
│   │   ├── osm_mcm_port.h
│   │   ├── osm_mesh.h
│   │   ├── osm_msgdef.h
│   │   ├── osm_mtree.h
│   │   ├── osm_multicast.h
│   │   ├── osm_node.h
│   │   ├── osm_opensm.h
│   │   ├── osm_partition.h
│   │   ├── osm_path.h
│   │   ├── osm_perfmgr_db.h
│   │   ├── osm_perfmgr.h
│   │   ├── osm_pkey.h
│   │   ├── osm_port.h
│   │   ├── osm_port_profile.h
│   │   ├── osm_prefix_route.h
│   │   ├── osm_qos_policy.h
│   │   ├── osm_remote_sm.h
│   │   ├── osm_router.h
│   │   ├── osm_sa.h
│   │   ├── osm_sa_mad_ctrl.h
│   │   ├── osm_service.h
│   │   ├── osm_sm.h
│   │   ├── osm_sm_mad_ctrl.h
│   │   ├── osm_stats.h
│   │   ├── osm_subnet.h
│   │   ├── osm_switch.h
│   │   ├── osm_ucast_cache.h
│   │   ├── osm_ucast_lash.h
│   │   ├── osm_ucast_mgr.h
│   │   ├── osm_version.h
│   │   ├── osm_vl15intf.h
│   │   └── st.h
│   └── vendor
│   ├── osm_vendor_api.h
│   ├── osm_vendor.h
│   ├── osm_vendor_ibumad.h
│   └── osm_vendor_sa_api.h
├── lib
│   ├── libopensm.la
│   ├── libopensm.so -> libopensm.so.9.1.0
│   ├── libopensm.so.9 -> libopensm.so.9.1.0
│   ├── libopensm.so.9.1.0
│   ├── libosmcomp.la
│   ├── libosmcomp.so -> libosmcomp.so.5.0.0
│   ├── libosmcomp.so.5 -> libosmcomp.so.5.0.0
│   ├── libosmcomp.so.5.0.0
│   ├── libosmvendor.la
│   ├── libosmvendor.so -> libosmvendor.so.5.0.0
│   ├── libosmvendor.so.5 -> libosmvendor.so.5.0.0
│   └── libosmvendor.so.5.0.0
├── sbin -> bin
└── share
└── man
├── man5
│   └── torus-2QoS.conf.5.gz
└── man8
├── opensm.8.gz
├── osmtest.8.gz
└── torus-2QoS.8.gz
15 directories, 113 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment