{"id":19705944,"url":"https://github.com/llnl/callpath","last_synced_at":"2025-04-29T16:32:18.399Z","repository":{"id":56825517,"uuid":"989197","full_name":"LLNL/callpath","owner":"LLNL","description":"Library for representing callpaths consistently in distributed-memory performance tools.","archived":false,"fork":false,"pushed_at":"2018-02-14T17:51:51.000Z","size":447,"stargazers_count":7,"open_issues_count":2,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-15T00:02:51.239Z","etag":null,"topics":["performance","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LLNL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-10-15T06:27:28.000Z","updated_at":"2023-03-21T17:43:10.000Z","dependencies_parsed_at":"2022-09-19T23:21:24.167Z","dependency_job_id":null,"html_url":"https://github.com/LLNL/callpath","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2Fcallpath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2Fcallpath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2Fcallpath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2Fcallpath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","download_url":"https://codeload.github.com/LLNL/callpath/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224179198,"owners_count":17269023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["performance","shell"],"created_at":"2024-11-11T21:32:20.177Z","updated_at":"2024-11-11T21:33:05.015Z","avatar_url":"https://github.com/LLNL.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Callpath\n==========================================\nby Todd Gamblin, tgamblin@llnl.gov\n\nThis is the callpath library, a tool for representing callpath information\nconsistently in distributed-memory parallel applications.\n\nSee the `LICENSE` file for license and distribution information.\n\nDirectory structure\n------------------------------------------\n    callpath/\n      build/     # contains sample cmake build line scripts\n      cmake/     # Extra build files an find modules\n      doc/       # target directory for doxygen\n      scripts/   # scripts to be installed to $prefix/bin\n      src/       # Callpath library source code\n      tests/     # Test programs for callpath library\n\nBuilding\n------------------------------------------\nTo build, you need to use cmake.  We recommend that you build out of source.\nThat is, you should make a directory to build in first.  e.g., to build with\nbacktrace:\n\n    mkdir $SYS_TYPE \u0026\u0026 cd $SYS_TYPE\n    cmake \\\n        -D CMAKE_INSTALL_PREFIX=/path/to/install \\\n        -D CALLPATH_WALKER=backtrace  \\\n        -D CMAKE_BUILD_TYPE=RelWithDebInfo \\\n        ..\n    make -j8\n    make -j8 install\n\nTo build with Dyninst you need to tell CMake where dyninst and its deps live, e.g.:\n\n    cmake \\\n        -D CMAKE_INSTALL_PREFIX=/path/to/install \\\n        -D CMAKE_BUILD_TYPE=RelWithDebInfo \\\n        -D CALLPATH_WALKER=dyninst \\\n        -D Dyninst_DIR=/usr/global/tools/dyninst/stackwalker/$SYS_TYPE/current \\\n        -D DWARF_DIR=/usr/global/tools/dyninst/libdwarf/$SYS_TYPE/dwarf-20111030 \\\n        ..\n\nTo build on Blue Gene machines, you will need to use a toolchain file.  We include\nsome sample toolchain files in `cmake/Toolchain`:\n\n    cmake \\\n        -D CMAKE_TOOLCHAIN_FILE=../cmake/Toolchain/BlueGeneQ-gnu.cmake \\\n        -D CMAKE_INSTALL_PREFIX=/path/to/install \\\n        -D CMAKE_BUILD_TYPE=RelWithDebInfo \\\n        -D CALLPATH_WALKER=dyninst \\\n        -D Dyninst_DIR=/usr/global/tools/dyninst/stackwalker/$SYS_TYPE/current \\\n        -D DWARF_DIR=/usr/global/tools/dyninst/libdwarf/$SYS_TYPE/dwarf-20111030 \\\n        ..\n\nYou can find some more sample CMake command lines in the scripts in the `build`\ndirectory.\n\nDirectory structure\n------------------------------------------\n    callpath/\n      build/     # contains sample cmake build line scripts\n      cmake/     # Extra build files an find modules\n      doc/       # target directory for doxygen\n      scripts/   # scripts to be installed to $prefix/bin\n      src/       # Callpath library source code\n      tests/     # Test programs for callpath library\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllnl%2Fcallpath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllnl%2Fcallpath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllnl%2Fcallpath/lists"}