24 #ifndef MCA_FILEM_RSH_EXPORT_H
25 #define MCA_FILEM_RSH_EXPORT_H
27 #include "orte_config.h"
34 #define ORTE_FILEM_RSH_ASK 0
35 #define ORTE_FILEM_RSH_ALLOW 1
36 #define ORTE_FILEM_RSH_DONE 2
57 extern int orte_filem_rsh_max_incomming;
58 extern int orte_filem_rsh_max_outgoing;
59 extern int orte_filem_rsh_progress_meter;
66 int orte_filem_rsh_module_init(
void);
67 int orte_filem_rsh_module_finalize(
void);
79 int orte_filem_rsh_wait_all(
opal_list_t *request_list);
Common type for all MCA modules.
Definition: mca.h:100
Definition of a file movement request This will allow:
Definition: filem.h:127
char * cp_local_command
Unix cp command.
Definition: filem_rsh.h:49
Structure for FILEM components.
Definition: filem.h:317
Top-level interface for all MCA components.
Definition: opal_list.h:147
char * remote_sh_command
SSH remote login command.
Definition: filem_rsh.h:52
Remote File Management (FileM) Interface.
char * cp_command
RSH cp command: rsh = rcp, ssh = scp.
Definition: filem_rsh.h:46
Definition: filem_rsh.h:41
orte_filem_base_component_t super
Base FILEM component.
Definition: filem_rsh.h:43