with loader (untested on cluster so far) replace `wkmgr.py` with `wkloader.py`.
\ No newline at end of file
with loader (untested on cluster so far) replace `wkmgr.py` with `wkloader.py`.
## Hints
### When to Use
- Single fast analysis step (eg your analysis file runs for only a minute)
- 1000's or more single analysis steps
- Usage of all cores in node exclusive partitions (Mogon 2, not on HIMster 2)
### Comparision
- Queue based work distribution, equal work distribution (in contrast to SLURM multiprog or [staskfarm](https://github.com/cmeesters/staskfarm) from [MogonWiki Node local scheduling](https://mogonwiki.zdv.uni-mainz.de/dokuwiki/node_local_scheduling))
- Usage of MPI:
- large connected jobs (>200 cores) are preferred by the job manager
- efficiently supports both node local and multi node usage
- keeps environment , also in multi node sutiations (with GNU parallel only on node local)