![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Functions | |
main (user, key="", password="", verbosity=0, **kwargs) | |
Variables | |
parser = argparse.ArgumentParser(description="Install supported STM software in the user's workspace on CARA.") | |
metavar | |
nargs | |
help | |
type | |
GetBoolean | |
const | |
True | |
default | |
False | |
_ = sys.argv[1] | |
args | |
str | user = ""; |
password = args.password[0] | |
access | |
directory | |
feature | |
refresh | |
interactive | |
key = os.path.join(Utility.AsDrive("C"),"Users",user,"Keys","Putty","id_rsa") | |
auth | |
Install latest STM software on DLR's HPC cluster (CARA). @note: Requires GitLab access Created on 21.07.2020 @version: 1.0 ---------------------------------------------------------------------------------------------- @requires: - @change: - @author: garb_ma [DLR-FA,STM Braunschweig] ----------------------------------------------------------------------------------------------
PyXMake.VTL.stm_cara.main | ( | user, | |
key = "", | |||
password = "", | |||
verbosity = 0, | |||
** | kwargs ) |
Main function to execute the script. Install STM software in the user's workspace on CARA. Installs all packages.
Definition at line 47 of file stm_cara.py.
|
protected |
Definition at line 90 of file stm_cara.py.
PyXMake.VTL.stm_cara.access |
Definition at line 100 of file stm_cara.py.
PyXMake.VTL.stm_cara.args |
Definition at line 91 of file stm_cara.py.
PyXMake.VTL.stm_cara.auth |
Definition at line 120 of file stm_cara.py.
PyXMake.VTL.stm_cara.const |
Definition at line 87 of file stm_cara.py.
PyXMake.VTL.stm_cara.default |
Definition at line 87 of file stm_cara.py.
PyXMake.VTL.stm_cara.directory |
Definition at line 103 of file stm_cara.py.
PyXMake.VTL.stm_cara.False |
Definition at line 87 of file stm_cara.py.
PyXMake.VTL.stm_cara.feature |
Definition at line 106 of file stm_cara.py.
PyXMake.VTL.stm_cara.GetBoolean |
Definition at line 87 of file stm_cara.py.
PyXMake.VTL.stm_cara.help |
Definition at line 81 of file stm_cara.py.
PyXMake.VTL.stm_cara.interactive |
Definition at line 112 of file stm_cara.py.
PyXMake.VTL.stm_cara.key = os.path.join(Utility.AsDrive("C"),"Users",user,"Keys","Putty","id_rsa") |
Definition at line 117 of file stm_cara.py.
PyXMake.VTL.stm_cara.metavar |
Definition at line 81 of file stm_cara.py.
PyXMake.VTL.stm_cara.nargs |
Definition at line 81 of file stm_cara.py.
PyXMake.VTL.stm_cara.parser = argparse.ArgumentParser(description="Install supported STM software in the user's workspace on CARA.") |
Definition at line 80 of file stm_cara.py.
PyXMake.VTL.stm_cara.password = args.password[0] |
Definition at line 98 of file stm_cara.py.
PyXMake.VTL.stm_cara.refresh |
Definition at line 109 of file stm_cara.py.
PyXMake.VTL.stm_cara.True |
Definition at line 87 of file stm_cara.py.
PyXMake.VTL.stm_cara.type |
Definition at line 87 of file stm_cara.py.
str PyXMake.VTL.stm_cara.user = ""; |
Definition at line 97 of file stm_cara.py.