/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/plugins/ |
H A D | webdav_server.py | 61 from asrun.core.server import ExecServer, CopyFromServer, CopyToServer, local_shell 118 output = local_shell(cmdargs) 152 res = local_shell(cmdargs) 163 res = local_shell(cmdargs) 171 local_shell(cmdargs) 173 local_shell(cmdargs) 187 res = local_shell(cmdargs) 202 res = local_shell(cmdargs)
|
H A D | rsh_server.py | 35 local_shell ) 60 res = local_shell(cmd) 98 res = local_shell(cmd) 122 res = local_shell(cmd)
|
H A D | server.py | 39 local_shell ) 67 res = local_shell(cmd) 105 res = local_shell(cmd) 132 res = local_shell(cmd)
|
H A D | sftp_server.py | 38 local_shell ) 85 output = local_shell(cmdargs)
|
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/plugins/ |
H A D | webdav_server.py | 61 from asrun.core.server import ExecServer, CopyFromServer, CopyToServer, local_shell 118 output = local_shell(cmdargs) 152 res = local_shell(cmdargs) 163 res = local_shell(cmdargs) 171 local_shell(cmdargs) 173 local_shell(cmdargs) 187 res = local_shell(cmdargs) 202 res = local_shell(cmdargs)
|
H A D | rsh_server.py | 35 local_shell ) 60 res = local_shell(cmd) 98 res = local_shell(cmd) 122 res = local_shell(cmd)
|
H A D | server.py | 39 local_shell ) 67 res = local_shell(cmd) 105 res = local_shell(cmd) 132 res = local_shell(cmd)
|
H A D | sftp_server.py | 38 local_shell ) 85 output = local_shell(cmdargs)
|
/dports/net/openmpi/openmpi-4.1.1/orte/mca/plm/rsh/ |
H A D | plm_rsh_module.c | 340 orte_plm_rsh_shell_t remote_shell, local_shell; in setup_launch() local 1625 orte_plm_rsh_shell_t remote_shell, local_shell; in setup_shell() local 1630 local_shell = ORTE_PLM_RSH_SHELL_UNKNOWN; in setup_shell() 1639 local_shell = find_shell(p->pw_shell); in setup_shell() 1647 if (ORTE_PLM_RSH_SHELL_UNKNOWN == local_shell && in setup_shell() 1649 local_shell = find_shell(param); in setup_shell() 1652 if (ORTE_PLM_RSH_SHELL_UNKNOWN == local_shell) { in setup_shell() 1655 local_shell = ORTE_PLM_RSH_SHELL_BASH; in setup_shell() 1661 local_shell, orte_plm_rsh_shell_name[local_shell])); in setup_shell() 1665 remote_shell = local_shell; in setup_shell() [all …]
|
/dports/net/openmpi3/openmpi-3.1.6/orte/mca/plm/rsh/ |
H A D | plm_rsh_module.c | 336 orte_plm_rsh_shell_t remote_shell, local_shell; in setup_launch() local 1584 orte_plm_rsh_shell_t remote_shell, local_shell; in setup_shell() local 1589 local_shell = ORTE_PLM_RSH_SHELL_UNKNOWN; in setup_shell() 1598 local_shell = find_shell(p->pw_shell); in setup_shell() 1606 if (ORTE_PLM_RSH_SHELL_UNKNOWN == local_shell && in setup_shell() 1608 local_shell = find_shell(param); in setup_shell() 1611 if (ORTE_PLM_RSH_SHELL_UNKNOWN == local_shell) { in setup_shell() 1614 local_shell = ORTE_PLM_RSH_SHELL_BASH; in setup_shell() 1620 local_shell, orte_plm_rsh_shell_name[local_shell])); in setup_shell() 1624 remote_shell = local_shell; in setup_shell() [all …]
|
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/ |
H A D | system.py | 272 def local_shell(self, cmd, bg=False, verbose=False, follow_output=False, member in AsterSystem 448 jret, out = self.local_shell(cmd, **kargs) 469 result = self.local_shell(cmd, **opts) 522 result = self.local_shell(cmd, **kargs) 545 result = self.local_shell(action, **kargs) 623 jret = self.local_shell(cmd+f, verbose=verbose, alt_comment=comment)[0]
|
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/ |
H A D | system.py | 272 def local_shell(self, cmd, bg=False, verbose=False, follow_output=False, member in AsterSystem 448 jret, out = self.local_shell(cmd, **kargs) 469 result = self.local_shell(cmd, **opts) 522 result = self.local_shell(cmd, **kargs) 545 result = self.local_shell(action, **kargs) 623 jret = self.local_shell(cmd+f, verbose=verbose, alt_comment=comment)[0]
|
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/core/ |
H A D | server.py | 48 def local_shell(command): function 252 return local_shell(command)
|
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/core/ |
H A D | server.py | 48 def local_shell(command): function 252 return local_shell(command)
|
/dports/cad/scotch/aster-full-src-14.6.0/ |
H A D | as_setup.py | 285 self.Shell = system.local_shell 918 self.Shell = system.local_shell 1135 self.Shell = system.local_shell 1348 def local_shell(self, cmd, bg=False, verbose=None, follow_output=False, member in SYSTEM 1466 iret, out = self.local_shell('sh -c env', verbose=verbose) 1472 iret, out = self.local_shell('sh -c ". %s ; env"' % profile, verbose=verbose) 1577 self.Shell = kargs['system'].local_shell
|
H A D | setup.py | 438 iret, out = system.local_shell(cmd, verbose=False)
|
/dports/math/mumps/aster-full-src-14.6.0/ |
H A D | as_setup.py | 285 self.Shell = system.local_shell 918 self.Shell = system.local_shell 1135 self.Shell = system.local_shell 1348 def local_shell(self, cmd, bg=False, verbose=None, follow_output=False, member in SYSTEM 1466 iret, out = self.local_shell('sh -c env', verbose=verbose) 1472 iret, out = self.local_shell('sh -c ". %s ; env"' % profile, verbose=verbose) 1577 self.Shell = kargs['system'].local_shell
|
H A D | setup.py | 438 iret, out = system.local_shell(cmd, verbose=False)
|
/dports/cad/astk-client/aster-full-src-14.6.0/ |
H A D | as_setup.py | 285 self.Shell = system.local_shell 918 self.Shell = system.local_shell 1135 self.Shell = system.local_shell 1348 def local_shell(self, cmd, bg=False, verbose=None, follow_output=False, member in SYSTEM 1466 iret, out = self.local_shell('sh -c env', verbose=verbose) 1472 iret, out = self.local_shell('sh -c ". %s ; env"' % profile, verbose=verbose) 1577 self.Shell = kargs['system'].local_shell
|
H A D | setup.py | 438 iret, out = system.local_shell(cmd, verbose=False)
|
/dports/cad/astk-serveur/aster-full-src-14.6.0/ |
H A D | as_setup.py | 285 self.Shell = system.local_shell 918 self.Shell = system.local_shell 1135 self.Shell = system.local_shell 1348 def local_shell(self, cmd, bg=False, verbose=None, follow_output=False, member in SYSTEM 1466 iret, out = self.local_shell('sh -c env', verbose=verbose) 1472 iret, out = self.local_shell('sh -c ". %s ; env"' % profile, verbose=verbose) 1577 self.Shell = kargs['system'].local_shell
|
H A D | setup.py | 438 iret, out = system.local_shell(cmd, verbose=False)
|
/dports/science/tfel-edf/aster-full-src-14.6.0/ |
H A D | as_setup.py | 285 self.Shell = system.local_shell 918 self.Shell = system.local_shell 1135 self.Shell = system.local_shell 1348 def local_shell(self, cmd, bg=False, verbose=None, follow_output=False, member in SYSTEM 1466 iret, out = self.local_shell('sh -c env', verbose=verbose) 1472 iret, out = self.local_shell('sh -c ". %s ; env"' % profile, verbose=verbose) 1577 self.Shell = kargs['system'].local_shell
|
H A D | setup.py | 438 iret, out = system.local_shell(cmd, verbose=False)
|
/dports/french/med/aster-full-src-14.6.0/ |
H A D | as_setup.py | 285 self.Shell = system.local_shell 918 self.Shell = system.local_shell 1135 self.Shell = system.local_shell 1348 def local_shell(self, cmd, bg=False, verbose=None, follow_output=False, member in SYSTEM 1466 iret, out = self.local_shell('sh -c env', verbose=verbose) 1472 iret, out = self.local_shell('sh -c ". %s ; env"' % profile, verbose=verbose) 1577 self.Shell = kargs['system'].local_shell
|