Flux
The flux executor runs pipeline tasks using the Flux Framework. It submits each task as a Flux job using the flux submit command.
To enable the Flux executor, set process.executor = 'flux' in the nextflow.config file.
Use the following process directives to control resource requests and other job characteristics:
By default, Flux sends all output to the .command.log file. To send this output to stdout and stderr instead, set flux.terminalOutput = true in your configuration file.
note
Flux does not support the memory directive.