{ "info": { "author": "Andres More", "author_email": "more.andres@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Natural Language :: English", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Quality Assurance", "Topic :: System :: Benchmark", "Topic :: Utilities" ], "description": "# hotspot\n\nPerformance report generator for OpenMP programs in GNU/Linux.\n\n## Installation\n\nThe reports are generated using Latex.\nSystem performance is measured using HPCC.\nProgram performance is measured using gprof and perf.\nA toolchain is used to build the program for optimization or profiling.\n\n### Ubuntu\n\n```\n$ sudo apt-get install texlive openmpi-bin linux-tools hpcc gcc gfortran build-essential git python-pip libpng3 libfreetype6 python-matplotlib python-numpy python-dateutil python-scipy ispell htop emacs sysstat texlive-latex-extra linux-tools-3.11.0-23-generic python graphviz firefox mupdf\n$ sudo pip install hotspot\n```\n\nNote: The linux-tools-*-generic package should match the available kernel.\n\nNote: Most Ubuntu default PDF readers SIGFAULTS somehow, use mupdf or Adobe.\n\n$ sudo apt-get install gdebi libgtk2.0-0:i386 libnss3-1d:i386 libnspr4-0d:i386 lib32nss-mdns* libxml2:i386 libxslt1.1:i386 libstdc++6:i386\n$ wget http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb\n$ sudo gdebi AdbeRdr9.5.5-1_i386linux_enu.deb\n$ acroread\n\n## Configuration\n\nA configuration file is used to configure how to build and run the program.\nAn anotated sample configuration file can be used as starting point.\n\n```\n$ vim hotspot.cfg\n```\n\n## Usage\n\nA command line utility is used to run a set of program executions under different conditions to extrapolate performance information.\n\n```\n$ hotspot --help\nusage: hotspot [-h] [-v] [--config CONFIG] [--debug]\n\nGenerate performance report for OpenMP programs.\n\noptional arguments:\n -h, --help show this help message and exit\n -v, --version show program's version number and exit\n --config CONFIG, -c CONFIG\n path to configuration\n --debug, -d enable verbose logging\n\nCheck https://github.com/moreandres/hotspot for details.\n$ hotspot\n```\n\n### Examples\n\nBuilt-in samples are available with well-known compute kernels.\n\n```\n$ hotspot matrix\n$ hotspot heat2d\n$ hotspot mandel\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/moreandres/hotspot", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "hotspot", "package_url": "https://pypi.org/project/hotspot/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hotspot/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/moreandres/hotspot" }, "release_url": "https://pypi.org/project/hotspot/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Performance report generator for OpenMP programs in GNU/Linux", "version": "0.0.2" }, "last_serial": 1150921, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "built for Linux-3.11.0-23-generic-x86_64-with-glibc2.7", "digests": { "md5": "caf0ccc14bb9a5deaa88696dddaab0f2", "sha256": "2361b6d9a558e741cfa97de24f1a0457c4d6344aef8f6a333c38c7c3975ca2a8" }, "downloads": -1, "filename": "hotspot-0.0.2.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "caf0ccc14bb9a5deaa88696dddaab0f2", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 20479, "upload_time": "2014-07-08T13:31:51", "url": "https://files.pythonhosted.org/packages/c8/d1/9f39445b756b91e3fdf3c7075dac9b246822ddb6199071236fb6c34e7742/hotspot-0.0.2.linux-x86_64.tar.gz" } ] }, "urls": [ { "comment_text": "built for Linux-3.11.0-23-generic-x86_64-with-glibc2.7", "digests": { "md5": "caf0ccc14bb9a5deaa88696dddaab0f2", "sha256": "2361b6d9a558e741cfa97de24f1a0457c4d6344aef8f6a333c38c7c3975ca2a8" }, "downloads": -1, "filename": "hotspot-0.0.2.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "caf0ccc14bb9a5deaa88696dddaab0f2", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 20479, "upload_time": "2014-07-08T13:31:51", "url": "https://files.pythonhosted.org/packages/c8/d1/9f39445b756b91e3fdf3c7075dac9b246822ddb6199071236fb6c34e7742/hotspot-0.0.2.linux-x86_64.tar.gz" } ] }