Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / acorg/slurm-pipeline issues and pull requests
#51 - Added type hints to everything.
Pull Request -
State: closed - Opened by terrycojones 4 months ago
#50 - Added support for TOML specification files.
Pull Request -
State: closed - Opened by terrycojones 4 months ago
#49 - `slurm-pipeline-status-plot.py` fails in new (py311) conda env
Issue -
State: closed - Opened by imLew 5 months ago
- 1 comment
#48 - Added bin/slurm-pipeline-status-plot.py
Pull Request -
State: closed - Opened by terrycojones 6 months ago
#47 - Added sbatch.py script, based on my earlier sbatch-stdin.py but much improved.
Pull Request -
State: closed - Opened by terrycojones over 3 years ago
#46 - Removed SP_SIMULATE.
Pull Request -
State: closed - Opened by terrycojones over 3 years ago
#45 - sacct call fails when there are too many job ids?
Issue -
State: open - Opened by terrycojones almost 6 years ago
- 1 comment
#44 - If a job cancelled can we re-queue that job and continue pipeline?
Issue -
State: closed - Opened by avatar-lavventura over 6 years ago
- 1 comment
#43 - How we decide which arguments are passed between tasks?
Issue -
State: closed - Opened by avatar-lavventura over 6 years ago
- 5 comments
#42 - Does slurm-pipeline has CPUs per task option?
Issue -
State: closed - Opened by avatar-lavventura over 6 years ago
- 8 comments
#41 - slurm-pipeline.py: error: unrecognized arguments: texts/1-karamazov.txt texts/2-trial.txt texts/3-ulysses.txt
Issue -
State: closed - Opened by avatar-lavventura over 6 years ago
- 2 comments
#40 - submit multiple jobs in different nodes and collect results after all nodes finished
Issue -
State: closed - Opened by LujingF over 6 years ago
- 1 comment
#39 - Added $ env PYTHONPATH= to Makefile
Pull Request -
State: closed - Opened by TaliVeith over 6 years ago
#38 - Amend-examples/wordcount/Makefile
Issue -
State: closed - Opened by TaliVeith over 6 years ago
#37 - Added --scriptArgs. Lots of little clean-ups / improvements.
Pull Request -
State: closed - Opened by terrycojones almost 7 years ago
#36 - Change script path to be always absolute
Pull Request -
State: closed - Opened by akug almost 7 years ago
- 7 comments
#35 - Add Error if outputSpecification is passed
Pull Request -
State: closed - Opened by akug almost 7 years ago
- 5 comments
#34 - current working directory not handled correction
Issue -
State: closed - Opened by schmitts almost 7 years ago
- 3 comments
#33 - Test -X option to sacct
Issue -
State: open - Opened by terrycojones almost 7 years ago
#32 - Add Travis CI
Pull Request -
State: closed - Opened by terrycojones almost 7 years ago
#31 - Use Travis for CI and have just one requirements file.
Issue -
State: closed - Opened by terrycojones almost 7 years ago
#30 - Switch to using sacct for job status
Pull Request -
State: closed - Opened by terrycojones almost 7 years ago
- 3 comments
#29 - Add sacct support and minor convenience functions
Pull Request -
State: closed - Opened by healther almost 7 years ago
- 11 comments
#28 - Improve reporting when subprocess.check_call raises CalledProcessError
Pull Request -
State: closed - Opened by terrycojones over 7 years ago
#27 - Improve error output when running step scripts
Issue -
State: closed - Opened by terrycojones over 7 years ago
Labels: enhancement
#26 - Made the existence / executable checking of step script respect the value of step cwd
Pull Request -
State: closed - Opened by terrycojones over 7 years ago
#25 - Use the cwd attribute when checking for the existence of step scripts
Issue -
State: closed - Opened by terrycojones over 7 years ago
Labels: bug
#24 - adding installation instructions
Pull Request -
State: closed - Opened by ldynia over 7 years ago
- 5 comments
#23 - Added --nice option to slurm-pipeline.py
Pull Request -
State: closed - Opened by terrycojones over 7 years ago
#22 - Add --nice command line option
Issue -
State: closed - Opened by terrycojones over 7 years ago
- 1 comment
Labels: enhancement
#21 - Is slurm-pipeline compatible with dependent job arrays?
Issue -
State: closed - Opened by andrewsanchez almost 8 years ago
- 5 comments
#20 - Update README.md
Pull Request -
State: closed - Opened by LulzKiller almost 8 years ago
- 1 comment
#19 - typo
Issue -
State: closed - Opened by akifoss almost 8 years ago
- 1 comment
#18 - 'startAfter' KeyError in status.json
Issue -
State: closed - Opened by akifoss about 8 years ago
- 1 comment
#17 - Added the ability to print status, including job status
Pull Request -
State: closed - Opened by terrycojones about 8 years ago
#16 - Make it possible to report on current status of a pipeline run
Issue -
State: closed - Opened by terrycojones about 8 years ago
Labels: enhancement
#15 - Added handling of 'error step' in specification steps.
Pull Request -
State: closed - Opened by terrycojones about 8 years ago
#14 - Added an example with two collect steps.
Pull Request -
State: closed - Opened by terrycojones about 8 years ago
#13 - Add an example with 2 collect steps
Issue -
State: closed - Opened by terrycojones about 8 years ago
Labels: enhancement
#12 - Move __init__ args to schedule
Pull Request -
State: closed - Opened by terrycojones about 8 years ago
#11 - Move args from __init__ to schedule
Issue -
State: closed - Opened by terrycojones about 8 years ago
Labels: enhancement
#10 - Added --skip to slurm-pipeline.py and tests, with an example.
Pull Request -
State: closed - Opened by terrycojones about 8 years ago
#9 - Add skip directive and command-line option
Issue -
State: closed - Opened by terrycojones about 8 years ago
Labels: enhancement
#8 - Added a between-step sleep option
Pull Request -
State: closed - Opened by terrycojones about 8 years ago
#7 - Add a command line option to have job launching sleep between steps
Issue -
State: closed - Opened by terrycojones about 8 years ago
Labels: enhancement
#6 - Add a way to have an error step
Issue -
State: closed - Opened by terrycojones about 8 years ago
Labels: enhancement
#5 - Made example work under Py2. Added tox files. Removed incorrect example script exits.
Pull Request -
State: closed - Opened by terrycojones about 8 years ago
#4 - run-blast.sh doesn't treat SP_* env variables
Issue -
State: closed - Opened by terrycojones about 8 years ago
- 3 comments
#3 - Python2 error
Issue -
State: closed - Opened by terrycojones about 8 years ago
#2 - Added --firstStep and --lastStep, plus tests and an example
Pull Request -
State: closed - Opened by terrycojones about 8 years ago
#1 - Add --firstStep and --lastStep options
Issue -
State: closed - Opened by terrycojones about 8 years ago
Labels: enhancement