launcher icon indicating copy to clipboard operation
launcher copied to clipboard

A simple utility for executing multiple sequential or multi-threaded applications in a single multi-node batch job

Results 18 launcher issues
Sort by recently updated
recently updated
newest added

Hi! I'm using launcher in stampede 2, but as the picture below shows, only 44 processes are initialized, even when I run total jobs to be 45. As a result,...

GNU parallel has a feature that allows you to pick up where you left off from a previous run (see the `--resume` and `--resume-failed` flags). Does launcher have this feature?...

Hello, after working with Launcher on 2 different clusters (Slurm and LSF), I learned a few things that might be helpful to others. I'm not sure where to put these,...

Exclude ")" from the environment, which causes Launcher to fail when using GNU Screen on some clusters. Excluding the ")" fixes the issue for me.

I'm having issues using launcher in a different slurm cluster. I have things running on TACC no problem. After installing I can successfully run simple jobs that aren't running in...

Hello, I recently got Launcher to work on an LSF cluster! In case it's helpful, here are the files I used. These files include excessive comments and echo statements. Since...

Is there any documentation/examples on how to use the launcher with a GPU Tensorflow or Pytorch program correctly? Specifically, is it possible to use the launcher such that each job...

The quicktests in `test` at e00ae54 are broken, as the `LAUNCHER_JOB_FILE` is missing. https://github.com/TACC/launcher/blob/e00ae54505528a0eed0a8286961ed709dc19fadd/tests/quicktest#L13 should potentially be `default_work_file`? and https://github.com/TACC/launcher/blob/e00ae54505528a0eed0a8286961ed709dc19fadd/tests/quicktest2#L13 could be replaced by something like `.../helloworld_multi_output`

If multiple tskservers are started concurrently on the same host, only one of them will be able to connect to the (hardcoded) tskserver port. This patch allows dynamic port selection...