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

The example slurm script is missing `-N`: https://github.com/TACC/launcher/blob/a3c87c908a7a2d197c54a5fa211f9bae8dccc66b/extras/batch-scripts/launcher.slurm#L17 I'm assuming it should be `#SBATCH -N 1`? This triggers the following error on TACC Stampede2: ``` Submission error: please define total...

I filed a TACC ticket (Ticket #43327) as I don't know if this is a launcher bug, or just an issue with TACC's current version of launcher. > I'm using...

I'm porting my applications from TACC's stampede to stampede2 system. I'm using launcher 3.0.1 and getting these errors on stderr: ``` Ncat: Invalid -d delay "c405-132" (must be greater than...

Hello, I'm having a bit of trouble getting dynamic scheduling to work properly on my cluster. Using a single node, it works fine. However, every time I attempt to use...

From TACC support ticket 39538: Hello, I was getting a strange error when submitting my jobs: env: 02: No such file or directory I tracked it down to /opt/apps/launcher/3.0.1/pass_env, which...

bug

An automated test would go a long way toward meeting the example usage.

A full example usage is missing so it's difficult to know what to do. I might piece it together after staring at it for an hour but that's too high...

enhancement