{"id":13785736,"url":"https://github.com/matthiasdiener/numalize","last_synced_at":"2025-03-25T10:32:40.352Z","repository":{"id":28642578,"uuid":"32161623","full_name":"matthiasdiener/numalize","owner":"matthiasdiener","description":"Detect memory access patterns of parallel applications","archived":false,"fork":false,"pushed_at":"2019-02-07T19:07:14.000Z","size":146,"stargazers_count":20,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T01:11:23.593Z","etag":null,"topics":["c-plus-plus","parallel-applications","pin","r"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matthiasdiener.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":"2015-03-13T14:49:35.000Z","updated_at":"2025-02-20T07:35:58.000Z","dependencies_parsed_at":"2022-09-11T20:51:40.502Z","dependency_job_id":null,"html_url":"https://github.com/matthiasdiener/numalize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasdiener%2Fnumalize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasdiener%2Fnumalize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasdiener%2Fnumalize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasdiener%2Fnumalize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthiasdiener","download_url":"https://codeload.github.com/matthiasdiener/numalize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245444475,"owners_count":20616388,"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":["c-plus-plus","parallel-applications","pin","r"],"created_at":"2024-08-03T19:01:03.976Z","updated_at":"2025-03-25T10:32:39.927Z","avatar_url":"https://github.com/matthiasdiener.png","language":"R","funding_links":[],"categories":["Observation and profiling tools"],"sub_categories":[],"readme":"# Numalize: Detect memory access patterns of parallel applications\n\nNumalize is a memory tracing tool to detect communication (i.e. accesses to shared memory areas) and page usage of parallel applications that use shared-memory APIs (e.g. OpenMP and Pthreads).\nIt is based on the Intel Pin Dynamic Binary Instrumentation (DBI) tool (https://software.intel.com/en-us/articles/pintool/). \n\n\n## Requirements \n- Intel Pin installation (https://software.intel.com/en-us/articles/pintool/). The ```Makefile``` tries to find your Pin installation in ```/home``` and ```/opt```. You can override the path manually in the top of the ```Makefile```. Note that Pin version 3.x is currently required.\n\n## Usage\n\nCompile numalize:\n\n    $ make\n\nGenerate communication pattern:\n\n    $ ./run.sh -c -- ./binary\n    \n    \nGenerate page access pattern:\n\n    $ ./run.sh -p -- ./binary\n    \n## Publication\nNumalize is described in:\n\n- Matthias Diener, Eduardo H. M. Cruz, Laércio L. Pilla, Fabrice Dupros, Philippe O. A. Navaux. **“Characterizing Communication and Page Usage of Parallel Applications for Thread and Data Mapping.”** Performance Evaluation, 2015. http://dx.doi.org/10.1016/j.peva.2015.03.001\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthiasdiener%2Fnumalize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthiasdiener%2Fnumalize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthiasdiener%2Fnumalize/lists"}