HADDOCK3 MPI Run
MPI-wrapper for executing pickled CNSJobs created by libmpi.
- This was developed for use of lbimpi but it might be useful in some specific
scenario as a cli.
For more information please refer to the README.md in the examples folder.
Usage:
haddock3-mpitask -h
haddock3-mpitask tasks.pkl
- haddock.clis.cli_mpi.cli(ap: ArgumentParser, main: Callable[[...], None]) None [source]
Command-line interface entry point.
- haddock.clis.cli_mpi.load_args(ap: ArgumentParser) Namespace [source]
Load argument parser args.