{"id":17486243,"url":"https://github.com/phrb/gce_autotuning_example","last_synced_at":"2025-03-28T14:42:07.198Z","repository":{"id":72626035,"uuid":"45319469","full_name":"phrb/gce_autotuning_example","owner":"phrb","description":null,"archived":false,"fork":false,"pushed_at":"2015-11-11T14:25:14.000Z","size":200,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T14:48:51.180Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/phrb.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-10-31T21:48:55.000Z","updated_at":"2015-11-07T20:48:13.000Z","dependencies_parsed_at":"2023-03-11T13:49:11.858Z","dependency_job_id":null,"html_url":"https://github.com/phrb/gce_autotuning_example","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/phrb%2Fgce_autotuning_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phrb%2Fgce_autotuning_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phrb%2Fgce_autotuning_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phrb%2Fgce_autotuning_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phrb","download_url":"https://codeload.github.com/phrb/gce_autotuning_example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246049628,"owners_count":20715510,"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":[],"created_at":"2024-10-19T02:09:56.881Z","updated_at":"2025-03-28T14:42:07.175Z","avatar_url":"https://github.com/phrb.png","language":"Python","readme":"# Autotuning with the Google Compute Engine\n\nThis repository contains an example application that uses GCE resources and the OpenTuner autotuning framework.\n\nThe `MeasurementClient` class is an OpenTuner `MeasurementDriver` that uses an interface to the GCE API\nto send result requests to a server in a GCE virtual machine. The server is hosted in [this repository](https://github.com/phrb/measurement-server).\n\nThis git repository contains the `measurement_client` ([repo](https://github.com/phrb/measurement_client))\nand the `gce_interface`([repo](https://github.com/phrb/gce_interface)) as git submodules. To clone this\nproject and its submodules run:\n\n```\n$ git clone --recursive https://github.com/phrb/gce_autotuning_example.git\n```\n\nTo run the example, you have to either copy the [full startup script](https://github.com/phrb/gce_interface/blob/master/startup-script.sh) to this project \nor build a private image, using the commands in the script. You also have to install \nthe dependencies that can be found in the startup script. In a Debian Jessie, run:\n\n```\n$ sudo apt-get install git python-pip python-dev python-matplotlib libsqlite3-dev libfreetype6-dev\n$ sudo pip install --upgrade oauth2client google-api-python-client\n$ sudo pip install opentuner\n```\n\nSearch for the correspondent packages for different distributions.\nNow you have to change the project name in `run.py` and enable `gcloud` on your machine. Then you can run:\n\n```\n$ python run.py\n```\n\nYou can also pass options directly to the tuner. Check `run.py` or run the following for more information:\n\n```\n$ python rosenbrock.py -h\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphrb%2Fgce_autotuning_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphrb%2Fgce_autotuning_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphrb%2Fgce_autotuning_example/lists"}