Skip to content

Run caused orphaned MPI processes to accumulate on server #95

@ArtPoon

Description

@ArtPoon

Seems to be associated with MPI call here:

gromstole/freyja/process.py

Lines 567 to 581 in 8917d1e

cmd = ["mpirun", "-np", str(args.np),
"python3", "trim.py", paths.name, processed_files.name,
"--freyja", args.freyja,
"--minimap2", args.minimap2,
"--cutadapt", args.cutadapt,
"--outdir", args.outdir,
"--indir", args.indir]
if args.sendemail:
cmd.append("--sendemail")
try:
subprocess.check_call(cmd)
except subprocess.CalledProcessError:
sys.stderr.write(f"Error running {' '.join(cmd)}\n")

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions