Skip to content

File output suppression for large distributed processing #4

@lfrati

Description

@lfrati

Launching a processing script on many files (e.g. thousands) will create too many slurm*.out files. We should add a flag to easily suppress these files e.g. --quiet
A possible approach would be to modify the sbatch call as follows:
sbatch --output=/dev/null --error=/dev/null [...]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions