{"id":15360723,"url":"https://github.com/tkf/julia-t","last_synced_at":"2026-04-27T23:38:33.831Z","repository":{"id":66532488,"uuid":"232714912","full_name":"tkf/julia-t","owner":"tkf","description":"Run `julia` with `JULIA_NUM_THREADS=\u003cnumber of physical cores\u003e`.","archived":false,"fork":false,"pushed_at":"2020-01-09T05:23:23.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T14:53:35.820Z","etag":null,"topics":["distributed-computing","julia","parallel-computing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tkf.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-09T03:34:56.000Z","updated_at":"2020-01-09T05:23:25.000Z","dependencies_parsed_at":"2023-05-18T20:45:41.494Z","dependency_job_id":null,"html_url":"https://github.com/tkf/julia-t","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tkf/julia-t","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkf%2Fjulia-t","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkf%2Fjulia-t/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkf%2Fjulia-t/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkf%2Fjulia-t/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkf","download_url":"https://codeload.github.com/tkf/julia-t/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkf%2Fjulia-t/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["distributed-computing","julia","parallel-computing"],"created_at":"2024-10-01T12:51:33.032Z","updated_at":"2026-04-27T23:38:33.823Z","avatar_url":"https://github.com/tkf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"usage: julia-t [-h] [-t N] [--julia JULIA] [args...]\n\nRun `julia` with `JULIA_NUM_THREADS=\u003cnumber of physical cores\u003e`.\n\nUse `julia-t` in place of `julia` to run `julia` with appropriate\n`$JULIA_NUM_THREADS`.  Arguments are passed to `julia` as-is except for\n`--julia` option that controls the actual `julia` binary to be used.\n\n## Installation\n\n`julia-t` is just a simple Python script.  It can be installed by, for\nexample:\n\n    wget https://raw.githubusercontent.com/tkf/julia-t/master/julia-t\n    chmod u+x julia-t\n\n## Using `julia-t` with `Distributed`\n\nThis script is useful for launching multi-threaded Julia workers with\n`Distributed.addprocs`:\n\n    addprocs(1, exename=\"julia-t\")\n\nUse `--julia` option if there are multiple `julia` binaries:\n\n    addprocs(1, exename=\"julia-t\", exeflags=`--julia=$(Base.julia_cmd().exec[1])`)\n\noptional arguments:\n  -h, --help          show this help message and exit\n  --julia JULIA       Julia binary to be used. Default value is the file name\n                      of this script without the suffix `-t`. If this script\n                      is called `julia1.3-t`, the executable named `julia1.3`\n                      is used. Use symlinks for using `julia-t` with different\n                      `julia` versions; e.g., `ln -s julia-t julia1.3-t`.\n                      (default: julia)\n  --nthreads N, -t N  The value of `$JULIA_NUM_THREADS` to be used by `julia`.\n                      Environment variable `$JULIA_NUM_THREADS` is used as-is\n                      if it is set. Otherwise default to the number of\n                      physical cores. (default: 4)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkf%2Fjulia-t","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkf%2Fjulia-t","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkf%2Fjulia-t/lists"}