nanotools.cmd module
Command module.
- class nanotools.cmd.Cmd(mpi: str = '', path: list[str] = [PosixPath('/home/sbohloul/Software/rescuplus/.venv-release/lib/python3.9/site-packages/_lib'), PosixPath('/home/sbohloul/Software/rescuplus/.venv-release/lib/python3.9/site-packages/build/src/rescu_calculators'), PosixPath('/home/sbohloul/Software/rescuplus/.venv-release/lib/python3.9/site-packages/build/src/dcal_calculators')], cmd: str = None, stdout=None, rescuplus_license: Path | None = None, nanodcalplus_license: Path | None = None, rescuplus_path: Path | None = None, nanodcalplus_path: Path | None = None, preffered_software: str = 'nanodcalplus')[source]
Bases:
Base
Cmd
class.- mpi
MPI-launcher command.
- Type:
string
- stdout
Standard output. If specified, the standard output is redirected to the file specified by
stdout
instead of to screen.- Type:
string
- path
Path to the nanodcal+ and rescu+ binaries.
- Type:
string