1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created a Waiter class to cause Shell Processes to wait on a pid to complete.
kd0kfo
as David Coss
More... almost 11 years ago
Changed when shell processes are put in the RUNNING state.
kd0kfo
as David Coss
More... almost 11 years ago
Added missing save flag in shell create_work function. Added missing num_cores change in update_dag.
kd0kfo
as David Coss
More... almost 11 years ago
Moved location of first should_save_dag variable.
kd0kfo
as David Coss
More... almost 11 years ago
Updated shell module to save DAG when it marks a shell process as running.
kd0kfo
as David Coss
More... almost 11 years ago
Added init file to update_dag
kd0kfo
as David Coss
More... almost 11 years ago
Removed test.
kd0kfo
as David Coss
More... almost 11 years ago
Added example shell segmenter script.
kd0kfo
as David Coss
More... almost 11 years ago
Changed shell to pipe standard out and error to files. Changed the while loop in create_work to try to catch a keyboard interrupte and terminate processes.
kd0kfo
as David Coss
More... almost 11 years ago
Passed init code compilation to parse_shell. This will allow shell parser to create either a shell processes or any other parsed process.
kd0kfo
as David Coss
More... almost 11 years ago
Updated multiprocessing code.
kd0kfo
as David Coss
More... almost 11 years ago
Added "@NAME" preprocessing directive so that the user may explicitly set the name of a process.
kd0kfo
as David Coss
More... almost 11 years ago
Added niceness preprocessing directive to set the nice values of all processes.
kd0kfo
as David Coss
More... almost 11 years ago
Added __version__ to dag module.
kd0kfo
as David Coss
More... almost 11 years ago
Incremented minor version for local multiprocessing feature.
kd0kfo
as David Coss
More... almost 11 years ago
Patched multicore functions into update_dag
kd0kfo
as David Coss
More... almost 11 years ago
Fixed variable name.
kd0kfo
as David Coss
More... almost 11 years ago
Changed process start message.
kd0kfo
as David Coss
More... almost 11 years ago
Updated command line usage to allow user to specify number of threads/cores in local multiprocessing with SHELL engine.
kd0kfo
as David Coss
More... almost 11 years ago
Separated multiprocessing functions from Process
kd0kfo
as David Coss
More... almost 11 years ago
Changed shell's create work to run the processes using the multiprocessing module.
kd0kfo
as David Coss
More... almost 11 years ago
Added missing file names in argument list.
kd0kfo
as David Coss
More... about 11 years ago
Added requirements file for sample dag scripts.
kd0kfo
as David Coss
More... about 11 years ago
Update README.md
kd0kfo
as David Coss
More... about 11 years ago
Added travis ci file and requirements list.
kd0kfo
as David Coss
More... about 11 years ago
Merge remote branch 'cluster/master'
kd0kfo
as David Coss
More... over 11 years ago
Refactored start
kd0kfo
as David Coss
More... over 11 years ago
Added missing import
kd0kfo
as David Coss
More... over 11 years ago
Included fix for LSFProcess.host is None in stage_files()
kd0kfo
as David Coss
More... over 11 years ago
Changed get_command_string()
kd0kfo
as David Coss
More... over 11 years ago