1prte_filem(7) PRRTE prte_filem(7)
2
3
4
6 PRTE_FILEM - PRTE MCA File Management (FileM) Framework: Overview of
7 PRTE’s FileM framework, and selected modules.
8
10 FileM is a utility framework used by PRTE for a variety of purposes,
11 including the transport of checkpoint files, preloading user binaries,
12 and preloading of user files.
13
15 PRTE currently ships with one FileM component: rsh.
16
17 The following MCA parameters apply to all components:
18
19 filem_base_verbose
20 Set the verbosity level for all components. Default is 0, or
21 silent except on error.
22
23 rsh FileM Component
24 The rsh component uses rcp or scp to do its file transfers. This com‐
25 ponent requires the use of passwordless rsh or ssh between all nodes.
26
27 The rsh component has the following MCA parameters:
28
29 filem_rsh_priority
30 The component’s priority to use when selecting the most appro‐
31 priate component for a run.
32
33 filem_rsh_verbose
34 Set the verbosity level for this component. Default is 0, or
35 silent except on error.
36
37 filem_rsh_rcp
38 The program to use to copy files. Generally will be rcp or scp.
39
40 filem_rsh_rsh
41 The program used to remotely log into a given machine and remove
42 files. Generally will be rsh or ssh.
43
44 none FileM Component
45 The none component simply selects no FileM component. All of the FileM
46 function calls return immediately with PRTE_SUCCESS.
47
48 This component is the last component to be selected by default. This
49 means that if another component is available, and the none component
50 was not explicity requested then PRTE will attempt to activate all of
51 the available components before falling back to this component.
52
54 prte-checkpoint(1), prte-restart(1), prte-checkpoint(1), prte-
55 restart(1), prte_snapc(7), prte_crs(7)
56
57
58
592021-10-09 prte_filem(7)