app
check()
¶
enable(config=get_default_config_path(), verbose=0)
¶
Enable configuration of environment variables using hpcman
Source code in hpcman/hpcman/user/app.py
info()
¶
quota()
¶
setup(setuptype, cpuarch=CPUArch(platform.machine()), envfile=Path(environ[VARENVFILE]) if VARENVFILE in environ else None, optionalpath=None, verbose=0)
¶
Setup specific software and/or other settings.
Source code in hpcman/hpcman/user/app.py
setvar()
¶
ssh()
¶
update_dotfiles(etcpath=Path(BASEETCDIR), oldetc=OLDETC, configs=None, verbose=1, quiet=0)
¶
Update dotfile paths to the latest version.