Closed bschiffthaler closed 3 years ago
Vala currently submits jobs based on 1 MPI thread == 1 worker thread, but seidr now uses OpenMP + MPI hybrid parallelism, therefore it is inefficient to run vala as is.
@loalon You reworked the Nextflow scheduler, didn't you? What's the state of it? We can merge and close the issue if you think it's ready
Fixed by adc48d6f. Thanks @loalon !
Vala currently submits jobs based on 1 MPI thread == 1 worker thread, but seidr now uses OpenMP + MPI hybrid parallelism, therefore it is inefficient to run vala as is.