Skip to content

Minor: MPI options stores true.

Samson Leong requested to merge samson.leong/parallel_bilby:lscsoft-fix2 into master

The two MPI-related options: fast-mpi and mpi-timing are boolean options, which will be written as a flag in the slurm file later on.

However, the current parser expects them to have one argument, which causes error during generation.

Merge request reports