GitHub / JuliaParallel/SlurmClusterManager.jl issues and pull requests
#76 - README: Add a Codecov badge
Pull Request -
State: closed - Opened by DilumAluthge 3 months ago
- 1 comment
#75 - Test suite: Add more test coverage for `warn_if_unexpected_params()` (only on Julia versions prior to 1.6)
Pull Request -
State: closed - Opened by DilumAluthge 3 months ago
- 2 comments
#74 - `SlurmManager`: Add the `custom_worker_flag` option, but don't add it to the public API
Pull Request -
State: open - Opened by DilumAluthge 4 months ago
- 2 comments
#73 - Drop support for Julia 1.5 and earlier (and bump the version from 1.1.0 to 1.2.0)
Pull Request -
State: closed - Opened by DilumAluthge 4 months ago
- 1 comment
#72 - Bump version from 1.0.0 to 1.1.0
Pull Request -
State: closed - Opened by DilumAluthge 4 months ago
- 1 comment
#71 - Print Julia versioninfo at beginning of test suite
Pull Request -
State: closed - Opened by DilumAluthge 5 months ago
- 1 comment
#70 - CI Dockerfile: don't have a default value for `ARG`
Pull Request -
State: closed - Opened by DilumAluthge 5 months ago
- 2 comments
#69 - Slurm: broken (hangs on `connecting to worker 1 out of <N>`)
Issue -
State: open - Opened by MilesCranmer over 1 year ago
- 12 comments
Labels: bug, manager: SLURM
#68 - Slurm: Error during job creation, leaves stale jobs
Issue -
State: open - Opened by jishnub about 6 years ago
- 1 comment
Labels: help wanted, manager: SLURM
#67 - Slurm: SharedArrays fails on ClusterManagers.jl
Issue -
State: open - Opened by juandarias about 6 years ago
- 4 comments
Labels: manager: SLURM
#66 - Slurm: REPL hangs after adding procs
Issue -
State: open - Opened by affans over 5 years ago
Labels: manager: SLURM
#65 - Slurm: -o argument in addprocs_slurm leads to an error
Issue -
State: open - Opened by stasis0 over 2 years ago
Labels: manager: SLURM
#64 - addprocs_slurm() fails since Julia 0.5
Issue -
State: closed - Opened by axsk almost 9 years ago
- 17 comments
Labels: manager: SLURM
#63 - SLURM: `srun` doesn't see julia instance using ClusterManagers?
Issue -
State: closed - Opened by nickeubank over 7 years ago
- 11 comments
Labels: manager: SLURM
#62 - julia option still appended to slurm command
Issue -
State: closed - Opened by floswald over 6 years ago
- 3 comments
Labels: manager: SLURM
#61 - Can't add additional nodes
Issue -
State: closed - Opened by grahamas over 5 years ago
- 1 comment
Labels: manager: SLURM
#60 - Slurm example non-functional
Issue -
State: closed - Opened by tbenst over 5 years ago
- 11 comments
Labels: manager: SLURM
#59 - How to utilize hyper-threading when addprocs?
Issue -
State: closed - Opened by zxjroger about 5 years ago
- 1 comment
Labels: manager: SLURM
#58 - some jobs among a slurm job array fail to addprocs
Issue -
State: closed - Opened by TimeExplorer almost 5 years ago
- 2 comments
Labels: manager: SLURM
#57 - Singularity images does not work with SLURM
Issue -
State: closed - Opened by NoelAraujo over 4 years ago
- 5 comments
Labels: wontfix, manager: SLURM
#56 - [SlurmManager] 100 % CPU usage while waiting for the job to get created
Issue -
State: closed - Opened by David96 almost 4 years ago
- 6 comments
Labels: good first issue, manager: SLURM
#55 - Better handling of SLURM job submission timing
Issue -
State: closed - Opened by kescobo almost 4 years ago
Labels: manager: SLURM
#54 - SLURM 10 nodes good, 16 nodes error
Issue -
State: closed - Opened by Lightup1 almost 4 years ago
- 3 comments
Labels: manager: SLURM
#53 - Segfault using SlurmManager on Comet
Issue -
State: closed - Opened by lstagner almost 9 years ago
- 1 comment
Labels: manager: SLURM
#52 - Capitalize "Julia" in the README
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 1 comment
#51 - Capitalize "Julia" in the README
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
#50 - Change an `@static if Base.VERSION` to `if Base.VERSION`
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
Labels: DO NOT MERGE
#49 - README: Fix CI badge after repo transfer
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
#48 - Factor the "construct `srun` command" functionality out into a separate `construct_srun_cmd()` function
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 1 comment
Labels: DO NOT MERGE
#47 - Change `rethrow(ex)` to `rethrow()`
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 1 comment
#46 - Test suite: Add coverage for some "unhappy" paths (error paths)
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 2 comments
#45 - Test suite: Add more test coverage for `warn_if_unexpected_params()` (only on Julia versions prior to 1.6)
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 5 comments
#44 - Refactor the `SLURM_NTASKS` and `SLURM_JOB_ID` functionality out into separate utility functions, and add some more unit tests to increase code coverage
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 2 comments
#43 - README: Fix the CI status badge
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 1 comment
#42 - Run tests with code coverage enabled, and upload coverage to Codecov (attempt 2)
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 6 comments
#41 - Run tests with code coverage enabled, and upload coverage to Codecov (attempt 1)
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 4 comments
#40 - Print a `@warn` message if the user provides an unsupported kwarg
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
#39 - Test suite: Increase the timeout to 10 minutes; also, allow customizing the timeout with `JULIA_SLURMCLUSTERMANAGER_TEST_TIMEOUT_SECONDS`
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
#38 - Test suite: Change some `println()` statements to `@info` statements
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 1 comment
#37 - Test suite: propagate `JULIA_PROJECT=Base.active_project()`
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
#36 - Don't use bare `using Foo`
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 1 comment
#35 - More test suite tweaks
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 1 comment
#34 - Put the entire test suite inside a top-level `@testset`
Pull Request -
State: closed - Opened by DilumAluthge 6 months ago
- 1 comment
#33 - switch to updated ghcr image
Pull Request -
State: closed - Opened by kleinhenz 6 months ago
#32 - CI: In the Dockerfile, pin the full `sha256` digest in the `FROM` line
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
- 1 comment
#31 - Is there a GitHub repo for the `jkleinh/slurm-cluster` Docker image?
Issue -
State: closed - Opened by DilumAluthge 7 months ago
- 3 comments
#30 - By default, propagate `Base.active_project()`, `Base.LOAD_PATH`, and `Base.DEPOT_PATH` to the workers (but allow the user to override that behavior by specifying `JULIA_{PROJECT,LOAD_PATH,DEPOT_PATH}` in `params[:env]`)
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
- 11 comments
#29 - Test suite: Only run the `c1,c2` hostname test in CI
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
- 2 comments
#28 - Test suite: Change `@assert`s to errors, and change bare `using Foo` to `using Foo: name, anothername, ...`
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
- 2 comments
#27 - Add some more logging
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
- 1 comment
#26 - CI: Multiple tweaks to the CI workflow file
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
- 1 comment
#25 - CI: Change `docker-compose` to `docker compose`
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
#24 - If an error is encountered, print the log message with `@error` (instead of `println`)
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
- 1 comment
#23 - [BREAKING] Remove the `verbose` field, and use the Julia logging system instead
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
- 11 comments
#22 - Transfer this repo to the JuliaParallel GitHub org?
Issue -
State: closed - Opened by DilumAluthge 7 months ago
- 8 comments
#21 - CI: Update the Julia versions that are used in CI
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
- 1 comment
#20 - Add support for `params[:env]` (that is, the `env` kwarg to the `addprocs()` function)
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
- 2 comments
#19 - Propagate `Base.active_project()` from the "manager" process to the worker processes (but allow the user to override that behavior by specifying `JULIA_PROJECT` in `params[:env]`)
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
- 1 comment
#18 - Trigger CI on `master`
Pull Request -
State: closed - Opened by DilumAluthge 7 months ago
#17 - Make workers inherit package environment by default, fix tests
Pull Request -
State: closed - Opened by jbphyswx 8 months ago
- 13 comments
#16 - addprocs does not activate workers in current project
Issue -
State: closed - Opened by andrew-saydjari over 1 year ago
- 1 comment
#15 - Failed to addprocs
Issue -
State: closed - Opened by Lightup1 over 1 year ago
- 2 comments
#14 - worker stderr/stdout is mixed
Issue -
State: open - Opened by tecosaur almost 2 years ago
#13 - bump versions of julia tested by ci
Pull Request -
State: closed - Opened by kleinhenz almost 2 years ago
- 2 comments
#12 - How to set the value JULIA_WORKER_TIMEOUT=300
Issue -
State: closed - Opened by martinmestre almost 2 years ago
- 2 comments
#11 - error in running finalizer: ErrorException("task switch not allowed from inside gc finalizer")
Issue -
State: open - Opened by Socob about 2 years ago
- 4 comments
#10 - out from workers not show in real time
Issue -
State: open - Opened by Lightup1 about 2 years ago
- 5 comments
#9 - Shebang pass options in scripts
Issue -
State: closed - Opened by Lightup1 almost 3 years ago
- 1 comment
#8 - Pass cluster cookie to workers as std input rather than on command line
Pull Request -
State: closed - Opened by mattwigway over 3 years ago
- 2 comments
#7 - Handling of multi-threaded computations on multiple nodes
Issue -
State: closed - Opened by felixcremer over 3 years ago
- 3 comments
#6 - Parsing error
Issue -
State: closed - Opened by jishnub over 3 years ago
- 2 comments
#5 - TagBot trigger issue
Issue -
State: closed - Opened by JuliaTagBot over 4 years ago
- 7 comments
#4 - Output file is not populated in real time
Issue -
State: closed - Opened by matthiasbe over 4 years ago
- 1 comment
#3 - n allocated processes, and n+1 spawned in julia
Issue -
State: closed - Opened by matthiasbe over 4 years ago
- 2 comments
#2 - Bad resolution of relative path in include statement
Issue -
State: closed - Opened by matthiasbe over 4 years ago
- 3 comments
#1 - ntasks and jobid
Issue -
State: closed - Opened by mikkoku over 4 years ago
- 1 comment